class Lemurick::Yaniv
Public Instance Methods
quotes()
click to toggle source
# 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()
click to toggle source
# File lib/lemurick/lemurs/yaniv.rb, line 4 def speak quotes.sample end