source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/optparse/uri.rb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 100 bytes
Line 
1# -*- ruby -*-
2
3require 'optparse'
4require 'uri'
5
6OptionParser.accept(URI) {|s,| URI.parse(s) if s}
Note: See TracBrowser for help on using the repository browser.