summaryrefslogtreecommitdiffstats
path: root/lib/net/protocol.rb
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-06 07:05:52 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-06 07:05:52 +0000
commita5bbba9b05c5a449d2a0b612539d61b1ae0155a9 (patch)
treeb2c9897dc025eaf15f0f3de1a708a239eedb92d6 /lib/net/protocol.rb
parent99eba2f1d2c7fb55861ee8a1ba8c4db0d0180787 (diff)
downloadruby-a5bbba9b05c5a449d2a0b612539d61b1ae0155a9.tar.gz
ruby-a5bbba9b05c5a449d2a0b612539d61b1ae0155a9.tar.xz
ruby-a5bbba9b05c5a449d2a0b612539d61b1ae0155a9.zip
* lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility. [ruby-talk:72927]
* lib/net/protocol.rb: add warning. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/protocol.rb')
-rw-r--r--lib/net/protocol.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/net/protocol.rb b/lib/net/protocol.rb
index c4dcce9e4..b58eec947 100644
--- a/lib/net/protocol.rb
+++ b/lib/net/protocol.rb
@@ -5,17 +5,17 @@
Copyright (c) 1999-2003 Yukihiro Matsumoto
Copyright (c) 1999-2003 Minero Aoki
-written & maintained by Minero Aoki <aamine@loveruby.net>
+written and maintained by Minero Aoki <aamine@loveruby.net>
This program is free software. You can re-distribute and/or
modify this program under the same terms as Ruby itself,
Ruby Distribute License or GNU General Public License.
-NOTE: You can find Japanese version of this document in
-the doc/net directory of the standard ruby interpreter package.
-
$Id$
+WARNING: This file is going to remove.
+Do not rely on the implementation written in this file.
+
=end
require 'socket'