# File lib/net/ssh/buffer.rb, line 82
    def available
      length - position
    end