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