# File lib/dm-types/file_path.rb, line 8 def self.load(value, property) if value.nil? nil else Pathname.new(value) end end