Module: Axiom::Algebra::Union::Methods
- Extended by:
- Axiom::Aliasable
- Defined in:
- lib/axiom/algebra/union.rb
Instance Method Summary collapse
-
#union(other) ⇒ Union
Return the union between relations.
Methods included from Axiom::Aliasable
Instance Method Details
#union(other) ⇒ Union
Return the union between relations
75 76 77 |
# File 'lib/axiom/algebra/union.rb', line 75 def union(other) Union.new(self, other) end |