class Lemurick::Edward

Public Instance Methods

quotes() click to toggle source
# File lib/lemurick/lemurs/edward.rb, line 7
def quotes
  [
    "Moisture is the essence of wetness, and wetness is the essence of beauty.",
    "A mind is a terrible thing.",
    "DINOCOMPARE!!!",
    "Ooooo I'm a demure lemure...",
    "Imitation is the highest form of flatulence.",
    "A pun is the lowest form of humor - when you don't think of it first. - Oscar Levant"
  ]
end
speak() click to toggle source
# File lib/lemurick/lemurs/edward.rb, line 3
def speak
  quotes.sample
end