summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-14 21:32:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-14 21:32:17 +0000
commit657db05d72adf43a48bb891cf560cca719ee8320 (patch)
tree8e0888d350732cb08d5364cac4f12bb5121198a4 /doc
parent606fe79ae77826523ef6570ce0b1013e4aaec953 (diff)
downloadruby-657db05d72adf43a48bb891cf560cca719ee8320.tar.gz
ruby-657db05d72adf43a48bb891cf560cca719ee8320.tar.xz
ruby-657db05d72adf43a48bb891cf560cca719ee8320.zip
OptionParser
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 8c279679e..f6aee7c58 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,7 @@
+: OptionParser module
+
+ Imported. Command line options utility library.
+
: parser
%W(...) notation, word list literal like %w(...) with the