Module: Nib::Command::ClassMethods
- Defined in:
- lib/nib/command.rb
Instance Method Summary collapse
Instance Method Details
#execute(args, options = '') ⇒ Object
11 12 13 |
# File 'lib/nib/command.rb', line 11 def execute(args, = '') new(args.shift, args.join(' '), ).execute end |