Current path: opt/alt/ruby21/lib64/ruby/2.1.0/optparse/
⬆️ Go up: 2.1.0
# -*- ruby -*- require 'shellwords' require 'optparse' OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}