# File lib/net/ssh/ruby_compat.rb, line 29
      def self.io_select(*params)
        IO.select(*params)
      end