Method: Net::SSH::Buffer#read_buffer

Defined in:
lib/net/ssh/buffer.rb

#read_bufferObject

Reads the next string from the buffer, and returns a new Buffer object that wraps it.



350
351
352
# File 'lib/net/ssh/buffer.rb', line 350

def read_buffer
  Buffer.new(read_string)
end