# File lib/public_suffix_service/rule_list.rb, line 63 def initialize(&block) @list = [] @indexes = {} yield(self) if block_given? create_index! end