# File lib/chef_zero/data_store/v2_to_v1_adapter.rb, line 54 def set(path, data, *options) fix_exceptions do real_store.set(fix_path(path), data, *options) end end