# File lib/faraday/builder.rb, line 22 def initialize(handlers = [], &block) @handlers = handlers build(&block) if block_given? end