# File lib/chef/sandbox.rb, line 137 def self.cdb_list(inflate=false, couchdb=nil) rs = (couchdb || Chef::CouchDB.new).list("sandboxes", inflate) lookup = (inflate ? "value" : "key") rs["rows"].collect { |r| r[lookup] } end