init and spike
This commit is contained in:
7
app/workers/animations.rb
Normal file
7
app/workers/animations.rb
Normal file
@ -0,0 +1,7 @@
|
||||
class Animations
|
||||
|
||||
def find string
|
||||
"looking for a gif related to: #{string}"
|
||||
end
|
||||
|
||||
end
|
15
app/workers/random_salutation.rb
Normal file
15
app/workers/random_salutation.rb
Normal file
@ -0,0 +1,15 @@
|
||||
class RandomSalutation
|
||||
|
||||
def short
|
||||
'Hi there!'
|
||||
end
|
||||
|
||||
def medium
|
||||
"Well hello! So nice to see you here."
|
||||
end
|
||||
|
||||
def long
|
||||
"My, what a wonderful day. Wouldn't you agree? I mean, it's even better now that you are here! Amirite?"
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user