summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-19 08:29:18 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-19 08:29:18 +0000
commit9c9b15a4943d790f43991cbb8cdbb3844699e4b4 (patch)
tree5767ab98e5c5d583eaaafbeda6293d7d2bc1a764 /doc
parent31e2c8afe3be464394fdf91e9a746c89d84dd344 (diff)
downloadruby-9c9b15a4943d790f43991cbb8cdbb3844699e4b4.tar.gz
ruby-9c9b15a4943d790f43991cbb8cdbb3844699e4b4.tar.xz
ruby-9c9b15a4943d790f43991cbb8cdbb3844699e4b4.zip
Mention the open-uri.rb import.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 5aec22ac4..905d2441c 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,5 +1,9 @@
This file is not actively maintained. See ChangeLog for recent changes.
+: open-uri.rb
+
+ Imported. This is an easy-to-use wrapper for net/http and net/ftp.
+
: Class#inherited
Method is called when Class is inherited by another class.