# File lib/minitest/unit.rb, line 1029
      def windows? platform = RUBY_PLATFORM
        /mswin|mingw/ =~ platform
      end