method

command

v1_8_7_330 - 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