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