Class: Dployr::Scripts::Local_Shell

Inherits:
Object
  • Object
show all
Defined in:
lib/dployr/scripts/local_shell.rb

Instance Method Summary collapse

Constructor Details

#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