# File lib/dm-types/file_path.rb, line 10
      def primitive?(value)
        value.kind_of?(Pathname)
      end