= private = protected
shellescape()
Escapes str so that it can be safely used in a Bourne shell command line. See Shellwords::shellescape for details.
# File lib/shellwords.rb, line 136 def shellescape Shellwords.escape(self) end