Method: Net::SSH::Compat::Watcher#cleanup

Defined in:
lib/pmux/mros.rb

#cleanupObject



30
31
32
33
34
# File 'lib/pmux/mros.rb', line 30

def cleanup
  for w in @watchers
    w.detach
  end
end