aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/net/pop.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/net/pop.rb b/lib/net/pop.rb
index 0f3aa0d878..a8e9987236 100644
--- a/lib/net/pop.rb
+++ b/lib/net/pop.rb
@@ -873,6 +873,8 @@ module Net
@apop_stamp = res.slice(/<.+>/)
end
+ attr_reader :socket
+
def inspect
"#<#{self.class} socket=#{@socket}>"
end