Method: Dployr::Scripts::Local_Shell#initialize
- Defined in:
- lib/dployr/scripts/local_shell.rb
#initialize(script) ⇒ Local_Shell
Returns a new instance of Local_Shell.
7 8 9 10 |
# File 'lib/dployr/scripts/local_shell.rb', line 7 def initialize(script) @script = script start end |