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