Class: Lemurick::Thomas

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

Instance Method Summary collapse

Instance Method Details

#quotesObject



8
9
10
11
12
13
14
15
16
# 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

#speakObject



4
5
6
# File 'lib/lemurick/lemurs/thomas.rb', line 4

def speak
  quotes.sample
end