diff options
-rw-r--r-- | lib/shellwords.rb | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -64,6 +64,13 @@ module Shellwords # argv = Shellwords.split('here are "two words"') # argv #=> ["here", "are", "two words"] # # String#shellsplit is a shortcut for this function. # # argv = 'here are "two words"'.shellsplit |