Class: Ruboty::Handlers::Help
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
actions, #call, inherited, #initialize, on
Methods included from Env::Validatable
Constructor Details
This class inherits a constructor from Ruboty::Handlers::Base
Instance Method Details
#help(message) ⇒ Object
10 11 12 |
# File 'lib/ruboty/handlers/help.rb', line 10 def help() Ruboty::Actions::Help.new().call end |