win_platform?()
Is this test being run on a Windows platform?
# File lib/rubygems/test_case.rb, line 721 def self.win_platform? Gem.win_platform? end