Your IP : 18.118.195.15
Current Path :
/
usr
/
share
/
ruby
/
optparse
/
Upload File :
Current File : //usr/share/ruby/optparse/uri.rb
# -*- ruby -*- require 'optparse' require 'uri' OptionParser.accept(URI) {|s,| URI.parse(s) if s}