# File lib/brakeman/util.rb, line 156
  def array? exp
    exp.is_a? Sexp and exp.node_type == :array
  end