[Source]
# File generator/html/kilmer.rb, line 420 420: def write_extra_pages 421: template = TemplatePage.new(BLANK) 422: File.open("blank.html", "w") { |f| template.write_html_on(f, {}) } 423: end
[Validate]