# File lib/brakeman/checks/check_sql.rb, line 678
  def constantize_call? result
    call = result[:call]
    call? call.target and call.target.method == :constantize
  end