# File lib/chef/cookbook/chefignore.rb, line 38 def ignored?(file_name) @ignores.any? {|glob| File.fnmatch?(glob, file_name)} end