# File lib/rspec/core.rb, line 102
  def self.windows_os?
    /mswin|mingw/ === ::RbConfig::CONFIG['host_os']
  end