= private = protected
command()
Returns the current command.
Raises IOError if there is no active socket
# File lib/net/pop.rb, line 612 def command # :nodoc: raise IOError, 'POP session not opened yet' if not @socket or @socket.closed? @command end