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
Public Class Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/rss.rb, line 85 def initialize(prefix) @prefix = prefix end