Method: JsonStructure::Type#|

Defined in:
lib/json_structure/type.rb

#|(type) ⇒ Object



7
8
9
# File 'lib/json_structure/type.rb', line 7

def |(type)
  AnyOf.new(self, type)
end