# File lib/active_resource/connection.rb, line 120 def put(path, body = '', headers = {}) request(:put, path, body.to_s, build_request_headers(headers)) end