# File lib/brakeman/util.rb, line 263
  def constant? exp
    node_type? exp, :const, :colon2, :colon3
  end