method

tag

tag(indent, attrs={}, &block)
private

No documentation available.

# File lib/rss/rss.rb, line 1323
    def tag(indent, attrs={}, &block)
      rv = super(indent, ns_declarations.merge(attrs), &block)
      return rv if rv.empty?
      "#{xmldecl}#{xml_stylesheet_pi}#{rv}"
    end