private Method

RootElementMixin.tag(indent, attrs={}, &block)

There's no documentation for this item.

Source Code

# File 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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.