Class: Decisive::RenderContext::Row

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

Defined Under Namespace

Modules: Nothing

Instance Method Summary collapse

Instance Method Details

#to_hashObject



184
185
186
187
188
# File 'lib/decisive/template_handler.rb', line 184

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