1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Mention the open-uri.rb import.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2002-12-19 08:29:18 +00:00
parent 057de72687
commit a0a14ed14a

View file

@ -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.