# File lib/arel/select_manager.rb, line 110
    def where expr
      @ctx.wheres << expr
      self
    end