Class: Bundler::Next::Command

Inherits:
Plugin::API
  • Object
show all
Defined in:
lib/bundler/next.rb

Instance Method Summary collapse

Instance Method Details

#exec(command, args) ⇒ Object



8
9
10
# File 'lib/bundler/next.rb', line 8

def exec(command, args)
  puts "You called " + command + " with args: " + args.inspect
end