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