summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-19 07:56:14 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-19 07:56:14 +0000
commit31e2c8afe3be464394fdf91e9a746c89d84dd344 (patch)
treedf90e5aa85ea407452dc25aecfe8b83d277b5017 /lib
parente8f04ed71dcf2667674256873bf6145cc2f7d0f7 (diff)
downloadruby-31e2c8afe3be464394fdf91e9a746c89d84dd344.tar.gz
ruby-31e2c8afe3be464394fdf91e9a746c89d84dd344.tar.xz
ruby-31e2c8afe3be464394fdf91e9a746c89d84dd344.zip
forgot to commit with open-uri.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index 0aa5e3754..9811f94d7 100644
--- a/lib/README
+++ b/lib/README
@@ -40,6 +40,7 @@ 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)
+open-uri.rb easy-to-use network interface using URI and Net
open3.rb opens subprocess connection stdin/stdout/stderr
ostruct.rb python style object
parsearg.rb argument parser using getopts