lib/optparse/shellwords.rb


DEFINITIONS

This source file includes following functions.


   1  # -*- ruby -*-
   2  
   3  require 'shellwords'
   4  require 'optparse'
   5  
   6  OptionParser.accept(Shellwords) {|s| Shellwords.shellwords(s)}