Libraries
»
pmux
(0.1.3)
»
Index
»
Net
»
SSH
»
Compat
»
Watcher
»
#cleanup
Method: Net::SSH::Compat::Watcher#cleanup
Defined in:
lib/pmux/mros.rb
#
cleanup
⇒
Object
30 31 32 33 34
# File 'lib/pmux/mros.rb', line 30
def
cleanup
for
w
in
@watchers
w
.
detach
end
end