Method: RunLoop::Core.escape_host_command
- Defined in:
- lib/run_loop/core.rb
.escape_host_command(cmd) ⇒ Object
611 612 613 614 |
# File 'lib/run_loop/core.rb', line 611 def self.escape_host_command(cmd) backquote = "\\" cmd.gsub(backquote,backquote*4) end |