Flowdock
method

write_on

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Generators::HtmlFile
write_on(f) public

No documentation

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

Hide source
# File lib/rdoc/generators/html_generator.rb, line 864
    def write_on(f)
      value_hash
      template = TemplatePage.new(RDoc::Page::BODY,
                                  RDoc::Page::FILE_PAGE,
                                  RDoc::Page::METHOD_LIST)
      template.write_html_on(f, @values)
    end
Register or log in to add new notes.