class ReeHttp::HttpPatch

def call(url, **opts, &block)

def call(url, **opts, &block)
  http_exec(:patch, url, **opts, &block)
end