# File lib/ruote/svc/participant_list.rb, line 402 def initialize(a) @regex = a.first @classname, @options = if a.last.is_a?(Array) [ a.last.first, a.last.last ] else [ a.last, nil ] end end