# File lib/arel/expressions.rb, line 7 def sum Nodes::Sum.new [self], Nodes::SqlLiteral.new('sum_id') end