# File lib/chef/cookbook/cookbook_version_loader.rb, line 106 def empty? @cookbook_settings.values.all? { |files_hash| files_hash.empty? } end