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