Class: RText::Serializer

Inherits:
Object
  • Object
show all
Defined in:
lib/common/ext/rtext.rb

Instance Method Summary collapse

Instance Method Details

#old_serialize_valuesObject



5
# File 'lib/common/ext/rtext.rb', line 5

alias :old_serialize_values :serialize_values

#serialize_values(element, feature) ⇒ Object



6
7
8
9
# File 'lib/common/ext/rtext.rb', line 6

def serialize_values(element, feature)
  return nil unless element.eIsSet(feature.name)
  old_serialize_values(element, feature)
end