# frozen_string_literal: true # # = Public Suffix # # Domain name parser based on the Public Suffix List. # # Copyright (c) 2009-2020 Simone Carletti module PublicSuffix # The current library version. VERSION = "4.0.6" end