# File lib/sawyer/relation.rb, line 205 def patch(data = nil, options = nil) options ||= {} options[:method] = :patch call data, options end