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