Class: Decisive::RenderContext::Row

Inherits:
Struct
  • Object
show all
Defined in:
lib/decisive/template_handler.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



123
124
125
126
127
# File 'lib/decisive/template_handler.rb', line 123

def to_hash
  @hash = {}
  instance_exec record, &block
  @hash
end