| DIR: /proc/thread-self/root/opt/alt/ruby19/lib64/ruby/1.9.1/optparse/ |
| Current File : //proc/thread-self/root/opt/alt/ruby19/lib64/ruby/1.9.1/optparse/shellwords.rb |
# -*- ruby -*-
require 'shellwords'
require 'optparse'
OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}
|