Method: CloudMaker::ShellExecutor.from_string_representation

Defined in:
lib/cloud_maker/shell_executor.rb

.from_string_representation(string_representation) ⇒ Object



31
32
33
# File 'lib/cloud_maker/shell_executor.rb', line 31

def self.from_string_representation(string_representation)
  ShellExecutor.new(string_representation)
end