Class: Lemurick::Christian
- Inherits:
-
Object
- Object
- Lemurick::Christian
- Defined in:
- lib/lemurick/lemurs/christian.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
7 8 9 10 11 12 13 14 15 16 |
# File 'lib/lemurick/lemurs/christian.rb', line 7 def quotes [ '*Golf Clap*', '*Obnoxious Laugh*', 'I love PCs', 'I\'m thinking pizza', 'I\'ve ruined everything', 'Anyone else want beers?' ] end |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/christian.rb', line 3 def speak quotes.sample end |