Method: ReactiveTemplate#cur

Defined in:
lib/volt/page/reactive_template.rb

#curObject

Render the template and get the current value



16
17
18
# File 'lib/volt/page/reactive_template.rb', line 16

def cur
  @target.to_html
end