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