# File lib/arel/expressions.rb, line 11 def maximum Nodes::Max.new [self], Nodes::SqlLiteral.new('max_id') end