Module: Kind::UnionType::Buildable

Included in:
Object
Defined in:
lib/kind/objects/union_type.rb

Instance Method Summary collapse

Instance Method Details

#|(another_kind) ⇒ Object



29
30
31
# File 'lib/kind/objects/union_type.rb', line 29

def |(another_kind)
  __union_type | another_kind
end