Class: Lemurick::Alisha

Inherits:
Object
  • Object
show all
Defined in:
lib/lemurick/lemurs/alisha.rb

Instance Method Summary collapse

Instance Method Details

#quotesObject



8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

#speakObject



4
5
6
# File 'lib/lemurick/lemurs/alisha.rb', line 4

def speak
  quotes.sample
end