class PublicSuffix::List
def add(rule)
-
(self)
-
Parameters:
-
rule
(PublicSuffix::Rule::*
) -- the rule to add to the list
def add(rule) @rules[rule.value] = rule_to_entry(rule) self end
(self)
-
rule
(PublicSuffix::Rule::*
)
-- the rule to add to the list
def add(rule) @rules[rule.value] = rule_to_entry(rule) self end