# File lib/chef_zero/data_store/default_facade.rb, line 144 def exists_dir?(path) real_store.exists_dir?(path) || default_creator.exists?(path) end