This class knows everything about making PATCH requests.
Setup easy to make a PATCH request.
@example Setup.
patch.setup(easy)
@param [ Easy ] easy The easy to setup.
# File lib/ethon/easy/http/patch.rb, line 16 def setup(easy) super easy.customrequest = "PATCH" end