Some tags must only exist a specific number of times in a given RSS feed. If a feed has too many occurrences of one of these tags, a TooMuchTagError will be raised.
Attributes
Read
No documentation available
Read
No documentation available
Class Methods
2.6
View on GitHub
# File tmp/rubies/ruby-2.6.10/lib/rss/rss.rb, line 113
def initialize(tag, parent)
@tag, @parent = tag, parent
super("tag <#{tag}> is too much in tag <#{parent}>")
end
No documentation available