Class: Generators::HtmlClass
- Inherits:
-
Object
- Object
- Generators::HtmlClass
- Defined in:
- lib/rdoc/generators/template/html/resh/resh.rb
Instance Method Summary collapse
Instance Method Details
#write_on(f) ⇒ Object
28 29 30 31 32 33 34 35 36 37 |
# File 'lib/rdoc/generators/template/html/resh/resh.rb', line 28 def write_on(f) return unless defined? RDoc::Page::CLASS_PAGE value_hash # template = TemplatePage.new(RDoc::Page::BODY, # RDoc::Page::CLASS_PAGE, # RDoc::Page::METHOD_LIST) # template.write_html_on(f, @values) values = @values f << ERB.new(File.read($tmpl+RDoc::Page::CLASS_PAGE)).result(binding) end |