Libraries
»
json_structure
(0.0.3)
»
Index (A)
»
JsonStructure
»
Any
Class: JsonStructure::Any
Inherits:
Type
Object
Type
JsonStructure::Any
show all
Defined in:
lib/json_structure/any.rb
Instance Method Summary
collapse
#
===
(_value) ⇒ Object
Methods inherited from
Type
#|
Instance Method Details
#
===
(_value) ⇒
Object
3 4 5
# File 'lib/json_structure/any.rb', line 3
def
===
(
_value
)
true
end