method

top

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

No documentation available.

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