Method: RightSupport::Net::HTTPClient#patch

Defined in:
lib/right_support/net/http_client.rb

#patch(*args) ⇒ Object



157
158
159
# File 'lib/right_support/net/http_client.rb', line 157

def patch(*args)
  request(:patch, *args)
end