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