method

top

v1_8_7_330 - Show latest stable - Class: Net::POP3Command
top(num, lines = 0, &block)
public

No documentation available.

# File lib/net/pop.rb, line 921
    def top(num, lines = 0, &block)
      critical {
        getok('TOP %d %d', num, lines)
        @socket.each_message_chunk(&block)
      }
    end