Current Path :
/
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
optparse
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/ruby21/lib64/ruby/2.1.0/optparse/shellwords.rb
# -*- ruby -*- require 'shellwords' require 'optparse' OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}