method

write_extra_pages

ruby latest stable - Class: RDoc::Page

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

write_extra_pages()
public

No documentation available.

# File lib/rdoc/generators/template/html/kilmer.rb, line 430
def write_extra_pages
  template = TemplatePage.new(BLANK)
  File.open("blank.html", "w") { |f| template.write_html_on(f, {}) }
end