Method: String#shell_escape

Defined in:
lib/quality_extensions/string/shell_escape.rb

#shell_escapeObject



12
13
14
# File 'lib/quality_extensions/string/shell_escape.rb', line 12

def shell_escape
  Escape.shell_command([self])
end