Current Path : /proc/thread-self/root/proc/self/root/opt/alt/ruby19/lib64/ruby/1.9.1/optparse/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/ruby19/lib64/ruby/1.9.1/optparse/uri.rb |
# -*- ruby -*- require 'optparse' require 'uri' OptionParser.accept(URI) {|s,| URI.parse(s) if s}