Class: Lemurick::Vadim
- Inherits:
-
Object
- Object
- Lemurick::Vadim
- Defined in:
- lib/lemurick/lemurs/vadim.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/lemurick/lemurs/vadim.rb', line 7 def quotes [ "Yo Andre smoke", "I am not sure what I am doing", "Nothing", ] end |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/vadim.rb', line 3 def speak quotes.sample end |