Module: Warg::Command::BehaviorWithoutRegistration::ClassMethods

Includes:
Chaining, CommandMissingHook, Naming
Defined in:
lib/warg.rb

Instance Method Summary collapse

Methods included from CommandMissingHook

#const_missing

Methods included from Chaining

#|

Methods included from Naming

#command_name, extended, #registry_name

Instance Method Details

#call(context) ⇒ Object



1875
1876
1877
1878
1879
# File 'lib/warg.rb', line 1875

def call(context)
  command = new(context)
  command.call
  command
end