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