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

No documentation

This method has no description. You can help the Ruby community by adding new notes.

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
Register or log in to add new notes.