Method: Ditz::Operator#html
- Defined in:
- lib/ditz/operator.rb
#html(project, config, dir) ⇒ Object
506 507 508 509 |
# File 'lib/ditz/operator.rb', line 506 def html project, config, dir dir ||= "html" HtmlView.new(project, config, dir).render_all end |