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.4
View on GitHub
# File tmp/rubies/ruby-2.4.10/lib/rss/rss.rb, line 88
def initialize(prefix)
@prefix = prefix
end
No documentation available