Class: Bundler::Next::Command
- Inherits:
-
Plugin::API
- Object
- Plugin::API
- Bundler::Next::Command
- 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 |