# File lib/i18n/locale/tag/rfc4646.rb, line 44
        def to_s
          @tag ||= to_a.compact.join("-")
        end