# File lib/dm-types/file_path.rb, line 14 def valid?(value, negated = false) super || dump(value).kind_of?(::String) end