class Lemurick::Thareef

Public Instance Methods

quotes() click to toggle source
# 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
speak() click to toggle source
# File lib/lemurick/lemurs/thareef.rb, line 3
def speak
  quotes.sample
end