Class: Net::SSH::Compat
- Inherits:
-
Object
- Object
- Net::SSH::Compat
- Defined in:
- lib/net/ssh/ruby_compat.rb
Overview
This class contains miscellaneous patches and workarounds for different ruby implementations.
Class Method Summary collapse
Class Method Details
.io_select(*params) ⇒ Object
19 20 21 |
# File 'lib/net/ssh/ruby_compat.rb', line 19 def self.io_select(*params) IO.select(*params) end |