From 1fa5c630cda65f69d2ccffb614f45b5e9470b167 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 6 Jun 2003 07:05:52 +0000 Subject: * 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 --- lib/net/protocol.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/net/protocol.rb') 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 +written and maintained by Minero Aoki 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' -- cgit v1.2.3