# File lib/ruote/exp/flowexpression.rb, line 466
    def ancestor? (fei)

      return false unless h.parent_id
      return true if h.parent_id == fei

      parent.ancestor?(fei)
    end