# File lib/chef_zero/data_store/v1_to_v2_adapter.rb, line 60 def get(path, request=nil) return nil if skip_organizations?(path) if using_default?(path) get_default(path) else fix_exceptions do real_store.get(path[2..-1], request) end end end