Method: TypeStruct::Unionable#|

Defined in:
lib/type_struct/union.rb

#|(other) ⇒ Object



27
28
29
# File 'lib/type_struct/union.rb', line 27

def |(other)
  Union.new(self, other)
end