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