summaryrefslogtreecommitdiff
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
commit057de726876a2ecfbd469d31fd6c20187abf33cc (patch)
treedf90e5aa85ea407452dc25aecfe8b83d277b5017
parentb54b4b79ecde43365f69874cc06133e05a1551a6 (diff)
forgot to commit with open-uri.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index 0aa5e37549..9811f94d73 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