class Lita::Handlers::Ping

Public Class Methods

config(handler_config) click to toggle source
# File lib/lita/handlers/ping.rb, line 10
def self.config(handler_config)
end

Public Instance Methods

reply(response) click to toggle source
# File lib/lita/handlers/ping.rb, line 13
def reply(response)
  response.reply "PoNg pOnG PoNg pOnG"
end