# File lib/ruote/part/participant_list.rb, line 329
    def to_a
      @classname[0, 5] == 'inpa_' ?
        [ @regex, @classname ] :
        [ @regex, [ @classname, @options ] ]
    end