= private = protected
shellsplit()
Splits str into an array of tokens in the same way the UNIX Bourne shell does. See Shellwords::shellsplit for details.
# File lib/shellwords.rb, line 127 def shellsplit Shellwords.split(self) end