Class: Lemurick::Yaniv
- Inherits:
-
Object
- Object
- Lemurick::Yaniv
- Defined in:
- lib/lemurick/lemurs/yaniv.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/lemurick/lemurs/yaniv.rb', line 8 def quotes [ 'Have you tried binding.pry yet?', 'Heugh?', 'Good morning, lemurs!', 'Handlebars, guys. Handlebars!', 'Questions? Thoughts? Comments?', 'Sweet, double digits! (inside joke with the ~9 students in class by 9am)', 'Walk us through it.', 'Killin\' it!', '...a panini. Sorry, a pah-ni-ni.' ] end |
#speak ⇒ Object
4 5 6 |
# File 'lib/lemurick/lemurs/yaniv.rb', line 4 def speak quotes.sample end |