Class: Decisive::RenderContext::Row
- Inherits:
-
Struct
- Object
- Struct
- Decisive::RenderContext::Row
- Defined in:
- lib/decisive/template_handler.rb
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
123 124 125 126 127 |
# File 'lib/decisive/template_handler.rb', line 123 def to_hash @hash = {} instance_exec record, &block @hash end |