class Net::SSH::Transport::Session

def next_message

packet. See #poll_message.
Blocks until a new packet is available to be read, and returns that
def next_message
  poll_message(:block)
end