class Ellen::Handlers::Whoami

Public Instance Methods

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