Module: Bundler::Next
- Defined in:
- lib/bundler/next.rb,
lib/bundler/next/version.rb
Constant Summary collapse
- VERSION =
"0.1.1"
Instance Method Summary collapse
Instance Method Details
#exec(command, args) ⇒ Object
7 8 9 |
# File 'lib/bundler/next.rb', line 7 def exec(command, args) puts "You called " + command + " with args: " + args.inspect end |