Class: XLFormRowDescriptor

Inherits:
Object
  • Object
show all
Defined in:
lib/ProMotion/XLForm/xl_form_patch.rb

Instance Method Summary collapse

Instance Method Details

#copyWithZone(zone) ⇒ Object



22
23
24
25
26
27
# File 'lib/ProMotion/XLForm/xl_form_patch.rb', line 22

def copyWithZone(zone)
  row_descriptor_copy = old_copyWithZone(zone)

  row_descriptor_copy.valueTransformer = self.valueTransformer
  row_descriptor_copy
end

#old_copyWithZone ⇒ Object



20
# File 'lib/ProMotion/XLForm/xl_form_patch.rb', line 20

alias :old_copyWithZone :copyWithZone