Closed dentarg closed 8 years ago
In https://github.com/weppos/publicsuffix-ruby/issues/110 I noticed the line
You can enforce the library to ignore not assigned suffixes by passing a nil default_rule.
default_rule
before I saw this I thought I had to do default_rule: PublicSuffix::Rule.factory("!*"), so I think it would be good to document this.
default_rule: PublicSuffix::Rule.factory("!*")
Thanks 👍
In https://github.com/weppos/publicsuffix-ruby/issues/110 I noticed the line
before I saw this I thought I had to do
default_rule: PublicSuffix::Rule.factory("!*")
, so I think it would be good to document this.