Class: However::However
- Inherits:
-
Conjunction::Conjunction
- Object
- Conjunction::Conjunction
- However::However
- Defined in:
- lib/however.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
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 |