Files
RubyMotion/test/TestUnit/lib/optparse/shellwords.rb
2012-09-22 21:57:31 +09:00

7 lines
121 B
Ruby

# -*- ruby -*-
require 'shellwords'
require 'optparse'
OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}