class RText::Serializer
Public Instance Methods
serialize_values(element, feature)
click to toggle source
# 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
Also aliased as: old_serialize_values