Class: Lemurick::Gray
- Inherits:
-
Object
- Object
- Lemurick::Gray
- Defined in:
- lib/lemurick/lemurs/gray.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/lemurick/lemurs/gray.rb', line 7 def quotes [ "it\'s wierd man!", "who got to #{rand(4..8)} jezzballs?", "something something jezzballssszzz" ] end |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/gray.rb', line 3 def speak quotes.sample end |