Class: Lemurick::Thareef

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

Instance Method Summary collapse

Instance Method Details

#quotesObject



7
8
9
10
11
12
13
14
15
# File 'lib/lemurick/lemurs/thareef.rb', line 7

def quotes
  [
    "What's cracking, gents?",
    "I took the lift",
    "Cheers mate",
    "I'm going for a smoke",
    "It's 2 degrees Celcius"
  ]
end

#speakObject



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

def speak
  quotes.sample
end