method
tag
tag(indent, attrs={}, &block)
private
Hide source
# File lib/rss/rss.rb, line 994 def tag(indent, attrs={}, &block) rv = xmldecl + xml_stylesheet_pi rv << super(indent, ns_declarations.merge(attrs), &block) rv end