18 19 20 21
# File 'lib/json_structure/number.rb', line 18 def ===(value) return false unless value.is_a?(::Integer) super end