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