7
8
9
10
11
12
13
14
15
16
17
18
|
# File 'lib/lemurick/lemurs/andrew.rb', line 7
def quotes
[
'Keep your tenor high!',
'Good or great?',
'You haven\'t lived until you\'ve spent all day looking for a comma.',
'WOAH! Did you feel that? I think someone touched a Gemile... guess I\'ll bundle',
'I don\'t know it YET.',
'Undefined? Did I mean to define it? ... Where do I think I defined it?',
'The best time ever? or only one of them?',
'I am an object. I have attributes... like my name... and abilities like the ability to tell you my name... if you ask.'
]
end
|