8 lines
93 B
Ruby
8 lines
93 B
Ruby
class Animations
|
|
|
|
def find string
|
|
"looking for a gif related to: #{string}"
|
|
end
|
|
|
|
end
|