# File lib/chef_zero/data_store/v2_to_v1_adapter.rb, line 78 def exists?(path) fix_exceptions do real_store.exists?(fix_path(path)) end end