# File lib/brakeman/checks/check_sql.rb, line 626 def arel? exp call? exp and (AREL_METHODS.include? exp.method or arel? exp.target) end