# File lib/faraday/connection.rb, line 106 def patch(url = nil, body = nil, headers = nil) block = block_given? ? Proc.new : nil run_request(:patch, url, body, headers, &block) end