Current File : //opt/alt/ruby19/lib64/ruby/1.9.1/optparse/shellwords.rb
# -*- ruby -*-

require 'shellwords'
require 'optparse'

OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}