# File lib/dm-types/file_path.rb, line 21
      def self.typecast(value, property)
        # Leave alone if a Pathname is given.
        value.kind_of?(Pathname) ? value : load(value, property)
      end