Class: Decisive::RenderContext::Row
- Inherits:
-
Struct
- Object
- Struct
- Decisive::RenderContext::Row
- Defined in:
- lib/decisive/template_handler.rb
Defined Under Namespace
Modules: Nothing
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
255 256 257 258 259 |
# File 'lib/decisive/template_handler.rb', line 255 def to_hash @hash = {} instance_exec record, &block @hash end |