# File lib/faraday/builder.rb, line 11
    def self.create
      new { |builder| yield builder }
    end