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