Method: RightScale::Platform::Shell#format_shell_command

Defined in:
lib/right_agent/platform.rb,
lib/right_agent/platform/unix/platform.rb,
lib/right_agent/platform/windows/platform.rb

#format_shell_command(shell_script_file_path, *arguments) ⇒ Object

Overrides base Shell#format_shell_command



499
500
501
# File 'lib/right_agent/platform.rb', line 499

def format_shell_command(shell_script_file_path, *arguments)
  must_be_overridden
end