Class: Lemurick::Matt
- Inherits:
-
Object
- Object
- Lemurick::Matt
- Defined in:
- lib/lemurick/lemurs/matt.rb
Instance Method Summary collapse
Instance Method Details
#coconut_oil ⇒ Object
17 18 19 |
# File 'lib/lemurick/lemurs/matt.rb', line 17 def coconut_oil "...with coconut oil" end |
#quotes ⇒ Object
7 8 9 10 11 12 13 14 15 |
# File 'lib/lemurick/lemurs/matt.rb', line 7 def quotes [ "Comparison is the thief of joy", "Truth is manners; manners are a fiction", "Ho ho ho; ha ha ha", "Wisdom in youth is an abomination", "Dubious", ].map{|string| string + coconut_oil} end |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/matt.rb', line 3 def speak quotes.sample end |