# File lib/chef/sandbox.rb, line 152 def cdb_save(couchdb=nil) @couchdb_rev = (couchdb || Chef::CouchDB.new).store("sandbox", guid, self)["rev"] end