class Gem::TestCase

def vc_windows?

def vc_windows?
  RUBY_PLATFORM.match('mswin')
end