diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-19 08:29:18 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-19 08:29:18 +0000 |
commit | a0a14ed14a86b7204ba3e9d557a296ca08a8bb8d (patch) | |
tree | 5767ab98e5c5d583eaaafbeda6293d7d2bc1a764 /doc | |
parent | 057de726876a2ecfbd469d31fd6c20187abf33cc (diff) | |
download | ruby-a0a14ed14a86b7204ba3e9d557a296ca08a8bb8d.tar.gz |
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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |