class Eye::Trigger::StopChildren

Public Instance Methods

check(trans) click to toggle source
# File lib/eye/trigger/stop_children.rb, line 12
def check(trans)
  debug 'stopping children'
  process.children.pmap { |pid, c| c.stop }
end