# File lib/brakeman/processors/alias_processor.rb, line 702
  def array_detect_all_literals? exp
    call? exp and
    [:detect, :find].include? exp.method and
    exp.first_arg.nil? and
    all_literals? exp.target
  end