# File lib/chef/data_bag_item.rb, line 221
    def cdb_save
      @couchdb_rev = @couchdb.store("data_bag_item", object_name, self)["rev"]
    end