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