Class: JsonStructure::Null

Inherits:
Type
  • Object
show all
Defined in:
lib/json_structure/null.rb

Instance Method Summary collapse

Methods inherited from Type

#|

Instance Method Details

#===(value) ⇒ Object



3
4
5
# File 'lib/json_structure/null.rb', line 3

def ===(value)
  value.nil?
end