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