Class: Lemurick::Matt

Inherits:
Object
  • Object
show all
Defined in:
lib/lemurick/lemurs/matt.rb

Instance Method Summary collapse

Instance Method Details

#coconut_oilObject



17
18
19
# File 'lib/lemurick/lemurs/matt.rb', line 17

def coconut_oil
  "...with coconut oil"
end

#quotesObject



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

#speakObject



3
4
5
# File 'lib/lemurick/lemurs/matt.rb', line 3

def speak
  quotes.sample
end