aboutsummaryrefslogtreecommitdiffstats
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
commit1fa5c630cda65f69d2ccffb614f45b5e9470b167 (patch)
treeb2c9897dc025eaf15f0f3de1a708a239eedb92d6 /lib/net/protocol.rb
parent56796022a658e31133ee05c10718ca8af8e20045 (diff)
downloadruby-1fa5c630cda65f69d2ccffb614f45b5e9470b167.tar.gz
* lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility. [ruby-talk:72927]
* lib/net/protocol.rb: add warning. git-svn-id: svn+ssh://ci.ruby-lang.org/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 c4dcce9e44..b58eec9475 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'