DataMapper::Property::String
# File lib/dm-core/property/binary.rb, line 12 def dump(value) value.dup.force_encoding("BINARY") unless value.nil? rescue value end
# File lib/dm-core/property/binary.rb, line 8 def load(value) super.dup.force_encoding("BINARY") unless value.nil? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.