From 31e2c8afe3be464394fdf91e9a746c89d84dd344 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 19 Dec 2002 07:56:14 +0000 Subject: forgot to commit with open-uri.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/README | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit