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