summaryrefslogtreecommitdiffstats
path: root/lib/README
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 /lib/README
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 'lib/README')
-rw-r--r--lib/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/README b/lib/README
index 48aabfb1d..9a680313d 100644
--- a/lib/README
+++ b/lib/README
@@ -13,6 +13,7 @@ debug.rb ruby debugger
delegate.rb delegates messages to other object
e2mmap.rb exception utilities
eregex.rb extended regular expression (just a proof of concept)
+fileutils.rb file utilities
final.rb adds finalizer to the object (simple)
finalize.rb adds finalizer to the object
find.rb traverses directory tree
@@ -34,7 +35,7 @@ net/ftp.rb ftp access
net/http.rb HTTP access
net/imap.rb IMAP4 access
net/pop.rb POP3 access
-net/protocol.rb abstract class for net library
+net/protocol.rb abstract class for net library (DO NOT USE)
net/smtp.rb SMTP access
net/telnet.rb telnet library
observer.rb observer desing pattern library (provides Observable)