Object
This class contains miscellaneous patches and workarounds for different ruby implementations.
# File lib/net/ssh/ruby_compat.rb, line 29 def self.io_select(*params) IO.select(*params) end