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