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