class PSTree

def each(&block)

def each(&block)
  build
  recurse @root_pid, &block
  self
end