summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-26 02:03:04 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-26 02:03:04 +0000
commitfb54b37850b29c0f789531a1c9126b53d9f1edd7 (patch)
tree7242a04b14a3e655bacb5109633c88632d6fb614 /doc
parent4795daf1bce88cca8c3b14dc5c75a349838ee98a (diff)
* lib/fileutils.rb: new file.
* lib/README: add fileutlis.rb. * doc/NEWS: add fileutils.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 71a95bac61..4f7e7b7548 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -22,9 +22,13 @@
Dir.glob("makefile", File::FNM_CASEFOLD) #=> ['Makefile', 'makefile']
+: fileutils module
+
+ Imported. File utility library.
+
: racc runtime module
- Imported. Racc runtime library (Racc is a parser generator for ruby).
+ Imported. Racc runtime library. (Racc is a parser generator for ruby)
: tsort module