Module: BoPeep::Command::BehaviorWithoutRegistration::ClassMethods
- Includes:
- Chaining, CommandMissingHook, Naming
- Defined in:
- lib/bopeep.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
2000 2001 2002 2003 2004 |
# File 'lib/bopeep.rb', line 2000 def call(context) command = new(context) command.call command end |