# File lib/dm-core/property.rb, line 293 def load(value) unless value.nil? value = type.load(value, self) if type typecast(value) else value end end