In Files

Methods

Class/Module Index [+]

Quicksearch

RSS::TooMuchTagError

Attributes

parent[R]
tag[R]

Public Class Methods

new(tag, parent) click to toggle source
                
# File rss/rss.rb, line 83
def initialize(tag, parent)
  @tag, @parent = tag, parent
  super("tag <#{tag}> is too much in tag <#{parent}>")
end
blog comments powered by Disqus