OptionParser

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2002-07-14 21:32:17 +00:00
parent 5c1ef150d2
commit 702dee81ad
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
: OptionParser module
Imported. Command line options utility library.
: parser
%W(...) notation, word list literal like %w(...) with the