# File lib/domainatrix/domain_parser.rb, line 7
    def initialize(file_name)
      @public_suffixes = {}
      read_dat_file(file_name)
    end