public Method

RootElementMixin.setup_maker(maker)

There's no documentation for this item.

Source Code

# File rss/rss.rb, line 970
def setup_maker(maker)
  maker.version = version
  maker.encoding = encoding
  maker.standalone = standalone

  xml_stylesheets.each do |xss|
    xss.setup_maker(maker)
  end

  setup_maker_elements(maker)
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.