| Current Path : /opt/alt/ruby18/lib64/ruby/1.8/optparse/ |
| Current File : //opt/alt/ruby18/lib64/ruby/1.8/optparse/shellwords.rb |
# -*- ruby -*-
require 'shellwords'
require 'optparse'
OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}