class Ruboty::Handlers::Whoami

Public Instance Methods

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