# File lib/rake/file_list.rb, line 407
      def glob(pattern, *args)
        Dir.glob(pattern, *args).sort
      end