Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
Object
Builds a command line string from an argument list array
joining all elements escaped for Bourne shell and separated by a space. See
Shellwords.shelljoin for
details.
# File shellwords.rb, line 148 def shelljoin Shellwords.join(self) end