13 14 15
# File 'activerecord/lib/arel/math.rb', line 13 def -(other) Arel::Nodes::Grouping.new(Arel::Nodes::Subtraction.new(self, other)) end