class Lita::Handlers::Ermahgerd

Public Instance Methods

ermahgerd(response) click to toggle source
# File lib/lita/handlers/ermahgerd.rb, line 9
def ermahgerd(response)
  response.reply(
    ::Ermahgerd.translate(response.matches.flatten.first)
  )
end