# File lib/ruote/part/storage_participant.rb, line 347
    def per_participant

      each_with_object({}) { |wi, h| (h[wi.participant_name] ||= []) << wi }
    end