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