method
tag
v1_8_6_287 -
Show latest stable
- Class:
RSS::RootElementMixin
tag(indent, attrs={}, &block)private
No documentation available.
# 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