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