method

write_extra_pages

v1_8_7_72 - Show latest stable - Class: RDoc::Page
write_extra_pages()
public

No documentation available.

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