class EacRubyUtils::Envs::Spawn

def kill_at_end(&block)

def kill_at_end(&block)
  block.call(self)
ensure
  kill('KILL')
end