Module: Axiom::Algebra::Product::Methods
- Extended by:
- Axiom::Aliasable
- Defined in:
- lib/axiom/algebra/product.rb
Instance Method Summary collapse
-
#product(other) ⇒ Product
Return a relation that is the cartesian product of two relations.
Methods included from Axiom::Aliasable
Instance Method Details
#product(other) ⇒ Product
Return a relation that is the cartesian product of two relations
114 115 116 |
# File 'lib/axiom/algebra/product.rb', line 114 def product(other) Product.new(self, other) end |