class RSS::OverlappedPrefixError

RSS, being an XML-based format, has namespace support. If two namespaces are declared with the same name, an OverlappedPrefixError will be raised.

Attributes

prefix[R]

Public Class Methods

new(prefix) click to toggle source
# File rss-0.2.9/lib/rss/rss.rb, line 84
def initialize(prefix)
  @prefix = prefix
end