Class: However::However

Inherits:
Conjunction::Conjunction show all
Defined in:
lib/however.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



21
22
23
24
25
26
27
28
29
30
31
32
# File 'lib/however.rb', line 21

def l
  [

    'one interesting point though',
    'however',
    'though',
    'although',
    'that being said',
    'with that said',
    'on the other hand though'
  ].map { |i| "#{i} " }
end