# File lib/httparty.rb, line 367 def patch(path, options={}, &block) perform_request Net::HTTP::Patch, path, options, &block end