lib/ronin/network/mixins/pop3.rb in ronin-support-0.4.0 vs lib/ronin/network/mixins/pop3.rb in ronin-support-0.4.1
- old
+ new
@@ -81,10 +81,12 @@
# The newly created POP3 session.
#
# @return [Net::POP3]
# The newly created POP3 session.
#
+ # @see Network::POP3#pop3_connect
+ #
# @api public
#
def pop3_connect(options={},&block)
print_info "Connecting to #{host_port} ..."
@@ -102,10 +104,10 @@
# will be closed.
#
# @yieldparam [Net::POP3] session
# The newly created POP3 session.
#
- # @see pop3_connect
+ # @see Network::POP3#pop3_session
#
# @api public
#
def pop3_session(options={})
super(options) do |sess|