summaryrefslogtreecommitdiff
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
commit702dee81adb3dfa255295b112699b496b9ab83d8 (patch)
tree8e0888d350732cb08d5364cac4f12bb5121198a4 /doc
parent5c1ef150d2bf2a37e52142f43986bbc4c9f7d25e (diff)
OptionParser
git-svn-id: svn+ssh://ci.ruby-lang.org/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 8c279679ef..f6aee7c587 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