# File lib/arel/select_manager.rb, line 37 def lock locking = true # FIXME: do we even need to store this? If locking is +false+ shouldn't # we just remove the node from the AST? @ast.lock = Nodes::Lock.new self end