Module: Axiom::Relation::Operation::Insertion::Methods
- Defined in:
- lib/axiom/relation/operation/insertion.rb
Instance Method Summary collapse
-
#insert(other) ⇒ Insertion
Return a relation that represents an insertion into a relation.
Instance Method Details
#insert(other) ⇒ Insertion
Return a relation that represents an insertion into a relation
34 35 36 |
# File 'lib/axiom/relation/operation/insertion.rb', line 34 def insert(other) Insertion.new(self, coerce(other)) end |