# File lib/faraday.rb, line 8 def new(url = nil, options = {}) block = block_given? ? Proc.new : nil Faraday::Connection.new(url, options, &block) end