зеркало из https://github.com/github/ruby.git
* lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
17f705e8cd
Коммит
445c938f7b
|
@ -1,3 +1,7 @@
|
|||
Wed May 14 09:12:55 2003 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)
|
||||
|
||||
Tue May 13 22:31:04 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
|
||||
|
||||
* lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id
|
||||
|
|
|
@ -737,16 +737,6 @@ module Net
|
|||
end
|
||||
private :do_start
|
||||
|
||||
def conn_address
|
||||
address()
|
||||
end
|
||||
private :conn_address
|
||||
|
||||
def conn_port
|
||||
port()
|
||||
end
|
||||
private :conn_port
|
||||
|
||||
def on_connect
|
||||
end
|
||||
private :on_connect
|
||||
|
|
Загрузка…
Ссылка в новой задаче