# File lib/dm-core/property/binary.rb, line 12 def dump(value) value.dup.force_encoding("BINARY") unless value.nil? rescue value end