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
184 185 186 187 188 |
# File 'lib/decisive/template_handler.rb', line 184 def to_hash @hash = {} instance_exec record, &block @hash end |