class Ruboty::Handlers::Rhymer
Public Instance Methods
hearing(message)
click to toggle source
# File lib/ruboty/handlers/rhymer.rb, line 12 def hearing(message) ::Ruboty::Actions::Rhymer::Hearing.new(message).call(store) end
Private Instance Methods
store()
click to toggle source
# File lib/ruboty/handlers/rhymer.rb, line 18 def store @store ||= [] end