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, options = '')
  new(args.shift, args.join(' '), options).execute
end