method
new
ruby latest stable - Class:
RSS::TooMuchTagError
new(tag, parent)public
No documentation available.
# File lib/rss/rss.rb, line 113
def initialize(tag, parent)
@tag, @parent = tag, parent
super("tag <#{tag}> is too much in tag <#{parent}>")
end