mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
4795daf1bc
commit
fb54b37850
4 changed files with 811 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue