class Ruboty::Handlers::Hi
Public Instance Methods
hi(message)
click to toggle source
# File lib/ruboty/handlers/hi.rb, line 6 def hi(message) Ruboty::Actions::Hi.new(message).call end
# File lib/ruboty/handlers/hi.rb, line 6 def hi(message) Ruboty::Actions::Hi.new(message).call end