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