Libraries
»
json_structure
(0.0.3)
»
Index (N)
»
JsonStructure
»
Null
Class: JsonStructure::Null
Inherits:
Type
Object
Type
JsonStructure::Null
show all
Defined in:
lib/json_structure/null.rb
Instance Method Summary
collapse
#
===
(value) ⇒ Object
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