Class: Ellen::Handlers::Help

Inherits:
Base
  • Object
show all
Defined in:
lib/ellen/handlers/help.rb

Instance Attribute Summary

Attributes inherited from Base

#robot

Instance Method Summary collapse

Methods inherited from Base

actions, #call, inherited, #initialize, on

Methods included from Env::Validatable

#validate, #validate!

Constructor Details

This class inherits a constructor from Ellen::Handlers::Base

Instance Method Details

#help(message) ⇒ Object



6
7
8
# File 'lib/ellen/handlers/help.rb', line 6

def help(message)
  Ellen::Actions::Help.new(message).call
end