class PublicSuffix::Rule::Base
def self.build(content, private: false)
-
private
(Boolean
) -- -
content
(String
) -- the content of the rule
def self.build(content, private: false) new(value: content, private: private) end
private
(Boolean
)
--
content
(String
)
-- the content of the rule
def self.build(content, private: false) new(value: content, private: private) end