# File lib/brakeman/checks/check_sql.rb, line 644
  def check_exists arg
    if call? arg and arg.method == :to_s
      false
    else
      check_find_arguments arg
    end
  end