# File lib/net/ssh/transport/packet_stream.rb, line 72 def available_for_read? result = Net::SSH::Compat.io_select([self], nil, nil, 0) result && result.first.any? end