Class: Evidence::Evidence
- Inherits:
-
Conjunction::Conjunction
- Object
- Conjunction::Conjunction
- Evidence::Evidence
- Defined in:
- lib/evidence.rb
Instance Method Summary collapse
Methods inherited from Conjunction::Conjunction
Constructor Details
This class inherits a constructor from Conjunction::Conjunction
Instance Method Details
#l ⇒ Object
22 23 24 25 26 27 28 29 30 31 32 33 34 |
# File 'lib/evidence.rb', line 22 def l [ 'as evidenced by', 'as shown by', 'which is indicated by', 'as made apparent by', 'as made clear by', 'as made plain by', 'as demonstrated by', 'as made plain by', 'as becomes observable by' ].map { |i| " #{i}" } end |