class Lemurick::Thomas

Public Instance Methods

quotes() click to toggle source
# File lib/lemurick/lemurs/thomas.rb, line 8
def quotes
  [
    "The will to win, the desire to succeed, the urge to reach your full potential... these are the keys that will unlock the door to personal excellence.",
    "Truth is manners; manners are a fiction",
    "stufffffff",
    "You have to learn the rules of the game. And then you have to play better than anyone else.",
    "More quotes"
  ]
end
speak() click to toggle source
# File lib/lemurick/lemurs/thomas.rb, line 4
def speak
  quotes.sample
end