# File lib/couchrest/document.rb, line 30
    def id=(id)
      self['_id'] = id
    end