Class: Lemurick::Michael
- Inherits:
-
Object
- Object
- Lemurick::Michael
- Defined in:
- lib/lemurick/lemurs/michael.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/lemurick/lemurs/michael.rb', line 6 def quotes [ "...", "I'm still working on auto-complete.", "I just wasted an hour on 'fucntion'", "Your code works now.", "I'm going to soul-fixins", ] end |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/michael.rb', line 3 def speak quotes.sample end |