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