From d554a55d9b98dc832fe0257f8696dc93b211789d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 12 Jul 2002 16:40:06 +0000 Subject: import git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/optparse/shellwords.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/optparse/shellwords.rb (limited to 'lib/optparse/shellwords.rb') diff --git a/lib/optparse/shellwords.rb b/lib/optparse/shellwords.rb new file mode 100644 index 0000000000..75cb57b72b --- /dev/null +++ b/lib/optparse/shellwords.rb @@ -0,0 +1,6 @@ +# -*- ruby -*- + +require 'shellwords' +require 'optparse' + +OptionParser.accept(Shellwords) {|s| Shellwords.shellwords(s)} -- cgit v1.2.3