Class: Nutella::Dependencies
- Inherits:
-
RunCommand
- Object
- Command
- RunCommand
- Nutella::Dependencies
- Defined in:
- lib/commands/dependencies.rb
Instance Method Summary collapse
Methods inherited from RunCommand
#compile_and_dependencies, #parse_cli_parameters, #parse_run_id_from, #print_success_message
Instance Method Details
#run(args = nil) ⇒ Object
8 9 10 |
# File 'lib/commands/dependencies.rb', line 8 def run(args=nil) compile_and_dependencies 'dependencies', 'Installing dependencies for', 'dependencies installed' end |