class Proforma::HtmlRenderer::Writer::ErbBinding

This nested class is an internal intermediate only used by the encapsulating Writer class. It is simply used to convert an OpenStruct object to a Binding object which can be used for ERB template rendering.

Public Instance Methods

expose_binding() click to toggle source
# File lib/proforma/html_renderer/writer.rb, line 18
def expose_binding
  binding
end