class Lemurick::Alisha
Public Instance Methods
quotes()
click to toggle source
# File lib/lemurick/lemurs/alisha.rb, line 8 def quotes [ "Can you go back to the other screen", "Wait, what's happening?", "What's for lunch?", "Let's do some yoga", "I love cake decorating!", "Chicago is awesome", "Here, have some turmeric", "This coffee is the worst", "Let's play flip cup!" ] end
speak()
click to toggle source
# File lib/lemurick/lemurs/alisha.rb, line 4 def speak quotes.sample end