Module: Warg::Command::BehaviorWithoutRegistration::ClassMethods
- Includes:
- Chaining, CommandMissingHook, Naming
- Defined in:
- lib/warg.rb
Instance Method Summary collapse
Methods included from CommandMissingHook
Methods included from Chaining
Methods included from Naming
#command_name, extended, #registry_name
Instance Method Details
#call(context) ⇒ Object
1785 1786 1787 1788 1789 |
# File 'lib/warg.rb', line 1785 def call(context) command = new(context) command.call command end |