Module: Commander::Delegates
- Included in:
- Methods
- Defined in:
- lib/commander/delegates.rb
Instance Method Summary collapse
Instance Method Details
#defined_commands(*args, &block) ⇒ Object
21 22 23 |
# File 'lib/commander/delegates.rb', line 21 def defined_commands(*args, &block) ::Commander::Runner.instance.commands(*args, &block) end |