In Files

  • rss/rss.rb

Methods

Class/Module Index [+]

Quicksearch

RSS::MissingTagError

Attributes

parent[R]
tag[R]

Public Class Methods

new(tag, parent) click to toggle source
 
               # File rss/rss.rb, line 75
def initialize(tag, parent)
  @tag, @parent = tag, parent
  super("tag <#{tag}> is missing in tag <#{parent}>")
end