Class: Stencil::ViewHost::EvalRenderer

Inherits:
Renderer
  • Object
show all
Defined in:
lib/stencil/view.rb

Instance Attribute Summary

Attributes inherited from Renderer

#data

Instance Method Summary collapse

Methods inherited from Renderer

#initialize

Constructor Details

This class inherits a constructor from Stencil::ViewHost::Renderer

Instance Method Details

#goObject



17
18
19
# File 'lib/stencil/view.rb', line 17

def go
  @data.instance_eval(&@capsule.block)
end