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



1916
1917
1918
1919
1920
# File 'lib/warg.rb', line 1916

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