# File lib/brakeman/tracker/constants.rb, line 110
    def literal? exp
      exp.is_a? Sexp and LITERALS.include? exp.node_type
    end