Class: Lemurick::Thareef
- Inherits:
-
Object
- Object
- Lemurick::Thareef
- Defined in:
- lib/lemurick/lemurs/thareef.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
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 |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/thareef.rb', line 3 def speak quotes.sample end |