Class: Evidence::Evidence

Inherits:
Conjunction::Conjunction show all
Defined in:
lib/evidence.rb

Instance Method Summary collapse

Methods inherited from Conjunction::Conjunction

#initialize, #inspect, #to_s

Constructor Details

This class inherits a constructor from Conjunction::Conjunction

Instance Method Details

#lObject



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