Method: Arel::Math#+

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

#+(other) ⇒ Object



9
10
11
# File 'activerecord/lib/arel/math.rb', line 9

def +(other)
  Arel::Nodes::Grouping.new(Arel::Nodes::Addition.new(self, other))
end