# File lib/arel/tree_manager.rb, line 28 def where expr if Arel::TreeManager === expr expr = expr.ast end @ctx.wheres << expr self end