# File lib/faraday/adapter/test.rb, line 60 def patch(path, body=nil, headers = {}, &block) new_stub(:patch, path, headers, body, &block) end