Not found
The exact documentation you were looking for could not be found. Here is the best guess.
finish()
public
Finishes a POP3 session and closes TCP connection.
Show source
def finish
raise IOError, 'POP session not yet started' unless started?
do_finish
end