diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-26 02:03:04 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-26 02:03:04 +0000 |
commit | fb54b37850b29c0f789531a1c9126b53d9f1edd7 (patch) | |
tree | 7242a04b14a3e655bacb5109633c88632d6fb614 /doc | |
parent | 4795daf1bce88cca8c3b14dc5c75a349838ee98a (diff) | |
download | ruby-fb54b37850b29c0f789531a1c9126b53d9f1edd7.tar.gz |
* 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/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |