method

tag

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