mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/net/pop.rb: POP3Command should export @socket since POP calls #socket.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
076b6a226f
commit
47c8401c5a
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Aug 12 16:08:51 2008 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* lib/net/pop.rb: POP3Command should export @socket since POP
|
||||
calls #socket.
|
||||
|
||||
Tue Aug 12 16:06:28 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* sprintf.c, util.c (quorem, nrv_alloc, dtoa): enabled floating point
|
||||
|
|
|
@ -873,6 +873,8 @@ module Net
|
|||
@apop_stamp = res.slice(/<.+>/)
|
||||
end
|
||||
|
||||
attr_reader :socket
|
||||
|
||||
def inspect
|
||||
"#<#{self.class} socket=#{@socket}>"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue