# File lib/faraday.rb, line 25
    def lookup_module(key)
      return if !@lookup_module_index
      const_get @lookup_module_index[key] || key
    end