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