git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
7 lines
121 B
Ruby
7 lines
121 B
Ruby
# -*- ruby -*-
|
|
|
|
require 'shellwords'
|
|
require 'optparse'
|
|
|
|
OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}
|