# frozen_string_literal: true # # = Public Suffix # # Domain name parser based on the Public Suffix List. # # Copyright (c) 2009-2022 Simone Carletti module PublicSuffix # @return [String] The current library version. VERSION = "5.0.1" end