Method: Arel::Math#-

Defined in:
activerecord/lib/arel/math.rb

#-(other) ⇒ Object



13
14
15
# File 'activerecord/lib/arel/math.rb', line 13

def -(other)
  Arel::Nodes::Grouping.new(Arel::Nodes::Subtraction.new(self, other))
end