Class: Carb::CLI::InstallCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Carb::CLI::InstallCommand
- Defined in:
- lib/carb/cli.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
32 33 34 |
# File 'lib/carb/cli.rb', line 32 def execute Carb::Controller.assemble(type, target, force?) end |