Method: Cure::Transformation::RowCtx#initialize

Defined in:
lib/cure/transformation/transform.rb

#initialize(row, original_row: nil) ⇒ RowCtx

Returns a new instance of RowCtx.



57
58
59
60
# File 'lib/cure/transformation/transform.rb', line 57

def initialize(row, original_row: nil)
  @row = row
  @original_row = original_row
end