# File lib/brakeman/tracker.rb, line 197
  def constant_lookup name
    @constants.get_literal name unless @options[:disable_constant_tracking]
  end