Module: Commander::Delegates

Included in:
Methods
Defined in:
lib/commander/delegates.rb

Instance Method Summary collapse

Instance Method Details

#defined_commands(*args, &block) ⇒ Object



23
24
25
# File 'lib/commander/delegates.rb', line 23

def defined_commands(*args, &block)
  ::Commander::Runner.instance.commands(*args, &block)
end