class Net::SSH::Buffer

def length

Returns the length of the buffer's content.
def length
  @content.length
end