# File lib/net/ssh/buffered_io.rb, line 73 73: def read_available(length=nil) 74: input.read(length || available) 75: end