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