summaryrefslogtreecommitdiff
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
commita0a14ed14a86b7204ba3e9d557a296ca08a8bb8d (patch)
tree5767ab98e5c5d583eaaafbeda6293d7d2bc1a764 /doc
parent057de726876a2ecfbd469d31fd6c20187abf33cc (diff)
Mention the open-uri.rb import.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 5aec22ac42..905d2441c2 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.