# File lib/chef/cookbook/cookbook_version_loader.rb, line 139 def load_as(category, *path_glob) Dir[File.join(@cookbook_path, *path_glob)].each do |file| @cookbook_settings[category][file[@relative_path, 1]] = file end end