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