summaryrefslogtreecommitdiffstats
path: root/doc/NEWS
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
commit3b52120114f9b98e66667c3c9bb265a73a8c2f1a (patch)
tree7242a04b14a3e655bacb5109633c88632d6fb614 /doc/NEWS
parent590efc55f905d338d1fb11e24335b380781782ff (diff)
downloadruby-3b52120114f9b98e66667c3c9bb265a73a8c2f1a.tar.gz
ruby-3b52120114f9b98e66667c3c9bb265a73a8c2f1a.tar.xz
ruby-3b52120114f9b98e66667c3c9bb265a73a8c2f1a.zip
* lib/fileutils.rb: new file.
* lib/README: add fileutlis.rb. * doc/NEWS: add fileutils.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS')
-rw-r--r--doc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 71a95bac6..4f7e7b754 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