Module: RunCommand
- Included in:
- CreateNewLogins, UpgradeLaptopExecution, UpgradeMacOS
- Defined in:
- lib/renuo/cli/app/upgrade_laptop/run_command.rb
Instance Method Summary collapse
Instance Method Details
#run_command(command) ⇒ Object
2 3 4 5 |
# File 'lib/renuo/cli/app/upgrade_laptop/run_command.rb', line 2 def run_command(command) say "\n#{command.yellow}" system command end |