# File lib/chef-config/mixin/dot_d.rb, line 27
      def find_dot_d(path)
        Dir["#{PathHelper.escape_glob_dir(path)}/*.rb"].select { |entry| File.file?(entry) }.sort
      end