Flowdock
method

write_extra_pages

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: RDoc::Page
write_extra_pages() public

No documentation

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

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