# File lib/ruote/dboard/mutation.rb, line 101
    def to_a

      @points.collect { |pt|
        { 'fei' => pt.fei, 'action' => pt.type, 'tree' => pt.tree }
      }
    end