# File lib/arel/select_manager.rb, line 159 def take limit @ast.limit = Nodes::Limit.new(limit) @ctx.top = Nodes::Top.new(limit) self end