Class: Lemurick::Mike
- Inherits:
-
Object
- Object
- Lemurick::Mike
- Defined in:
- lib/lemurick/lemurs/mike.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
8 9 10 11 |
# File 'lib/lemurick/lemurs/mike.rb', line 8 def quotes ["white pizza with prosciutto and goat cheese", "placeholder", "third quote"] end |
#speak ⇒ Object
4 5 6 |
# File 'lib/lemurick/lemurs/mike.rb', line 4 def speak quotes.sample end |