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