repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Imported File#ftype spec from rubyspecs.
[rbx.git]
/
lib
/
optparse
/
shellwords.rb
blob
0422d7c887de8e65c69eedbb952eaf89a3e3485d
1
# -*- ruby -*-
2
3
require 'shellwords'
4
require 'optparse'
5
6
OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}