= private = protected
shelljoin()
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 lib/shellwords.rb, line 148 def shelljoin Shellwords.join(self) end