Class Ditz::ErbHtml
In: lib/html.rb
Parent: Object

pass through any variables needed for template generation, and add a bunch of HTML formatting utility methods.

Methods

Public Class methods

Public Instance methods

return an ErbHtml object that has the current binding plus extra_binding merged in

the following methods are meant to be called from the ERB itself

render(template_name, extra_binding={})

Alias for render_template

[Validate]