9 10 11
# File 'activerecord/lib/arel/math.rb', line 9 def +(other) Arel::Nodes::Grouping.new(Arel::Nodes::Addition.new(self, other)) end