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