Method: CloudMaker::ShellExecutor#initialize
- Defined in:
- lib/cloud_maker/shell_executor.rb
#initialize(script) ⇒ ShellExecutor
Returns a new instance of ShellExecutor.
9 10 11 |
# File 'lib/cloud_maker/shell_executor.rb', line 9 def initialize(script) self.script = script end |