Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
Object
Escapes str so that it can be safely used in a Bourne shell command line. See Shellwords::shellescape for details.
str
Shellwords::shellescape
# File shellwords.rb, line 139 def shellescape Shellwords.escape(self) end
Splits str into an array of tokens in the same way the UNIX Bourne shell does. See Shellwords::shellsplit for details.
Shellwords::shellsplit
# File shellwords.rb, line 128 def shellsplit Shellwords.split(self) end
This page was generated for Ruby 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.