class Ruboty::Handlers::Ping

Public Instance Methods

ping(message) click to toggle source
# File lib/ruboty/handlers/ping.rb, line 6
def ping(message)
  Ruboty::Actions::Ping.new(message).call
end