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