# File lib/mechanize.rb, line 283 def put(url, entity, options = {}) request_with_entity(:put, url, entity, options) end