# File lib/gdata/client/base.rb, line 109 def put(url, body) return self.make_request(:put, url, body) end