method
new
new(tag, attribute)
public
Hide source
# File lib/rss/rss.rb, line 122 def initialize(tag, attribute) @tag, @attribute = tag, attribute super("attribute <#{attribute}> is missing in tag <#{tag}>") end