Class: JsonStructure::Any

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

Instance Method Summary collapse

Methods inherited from Type

#|

Instance Method Details

#===(_value) ⇒ Object



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

def ===(_value)
  true
end