# File lib/brakeman/tracker/constants.rb, line 59
    def [] exp
      return unless constant? exp
      match = find_constant exp

      if match
        match.value
      else
        nil
      end
    end