Your IP : 216.73.216.48
Current Path :
/
hdd
/
hdd11
/
lib64
/
ruby
/
2.2.0
/
optparse
/
Upload File :
Current File : /hdd/hdd11/lib64/ruby/2.2.0/optparse/uri.rb
# -*- ruby -*- require 'optparse' require 'uri' OptionParser.accept(URI) {|s,| URI.parse(s) if s}