module Axiom::Relation::Operation::Reverse::Methods
Public Instance Methods
reverse()
click to toggle source
Return the reversed relation
@example
reverse = relation.reverse
@param [Relation] other
@return [Reverse]
@api public
# File lib/axiom/relation/operation/reverse.rb, line 75 def reverse Reverse.new(self) end