11 12 13
# File 'lib/nib/command.rb', line 11 def execute(args, options = '') new(args.shift, args.join(' '), options).execute end