# File lib/faraday/adapter/patron.rb, line 54 def create_session session = ::Patron::Session.new @block.call(session) if @block session end