13 14 15
# File 'lib/strong_json/type.rb', line 13 def ===(value) self =~ value end
6 7 8 9 10 11
# File 'lib/strong_json/type.rb', line 6 def =~(value) coerce(value) true rescue false end