Class | PublicSuffixService::Rule::Wildcard |
In: |
lib/public_suffix_service/rule.rb
|
Parent: | Base |
Decomposes the domain according to rule properties.
@param [String, to_s] domain
The domain name to decompose.
@return [Array<String>]
The array with [trd + sld, tld].
Overwrites the default implementation to cope with the +*+ char.
@return [Integer] The number of parts.