# File lib/chef/environment.rb, line 285 def self.exists?(name, couchdb) begin self.cdb_load(name, couchdb) rescue Chef::Exceptions::CouchDBNotFound nil end end