RSS, being an XML-based format, has namespace support. If two namespaces are declared with the same name, an OverlappedPrefixError will be raised.
Attributes
Read
No documentation available
Class Methods
2.3
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rss/rss.rb, line 88
def initialize(prefix)
@prefix = prefix
end
No documentation available