# File lib/brakeman/tracker/constants.rb, line 51
    def initialize
      @constants = Hash.new { |h, k| h[k] = [] }
    end