method
command
command()
private
Hide source
# File lib/net/pop.rb, line 476 def command raise IOError, 'POP session not opened yet' \ if not @socket or @socket.closed? @command end