Class: Jumpstarter::Bash::Run
- Inherits:
-
I_Instructions
- Object
- I_Instructions
- Jumpstarter::Bash::Run
- Defined in:
- lib/jumpstarter_core/bash.rb
Overview
******************#
Instructions #
******************#
Instance Method Summary collapse
Methods inherited from I_Instructions
#clean_value, #compose!, #crash_on_error!, #error_message!, #initialize, #options, #success_message!
Constructor Details
This class inherits a constructor from Jumpstarter::I_Instructions
Instance Method Details
#run! ⇒ Object
7 8 9 10 |
# File 'lib/jumpstarter_core/bash.rb', line 7 def run!() system(@cmd) return true end |