Module: Net::SSH::Test::Extensions::IO
- Defined in:
- lib/tpkg/thirdparty/net-ssh-2.1.0/lib/net/ssh/test/extensions.rb
Overview
An extension to the built-in ::IO class. Simply redefines IO.select so that it can be scripted in Net::SSH unit tests.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
112 113 114 |
# File 'lib/tpkg/thirdparty/net-ssh-2.1.0/lib/net/ssh/test/extensions.rb', line 112 def self.included(base) #:nodoc: base.extend(ClassMethods) end |