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

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

Video extension to Greenstone

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