Method: Uinit::Type::Operators#|
- Defined in:
- lib/uinit/type/operators.rb
#|(other) ⇒ Object
10 11 12 |
# File 'lib/uinit/type/operators.rb', line 10 def |(other) Composition[self].add_union_composition(other) end |
10 11 12 |
# File 'lib/uinit/type/operators.rb', line 10 def |(other) Composition[self].add_union_composition(other) end |