# File lib/faraday/connection.rb, line 60 def adapter(key, *args, &block) @builder.adapter(key, *args, &block) end