method

command

v1_9_1_378 - Show latest stable - Class: Net::POP3
command()
private

No documentation available.

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