module RSpec

def self.windows_os?

Other tags:
    Private: -
def self.windows_os?
  /mswin|mingw/ === ::RbConfig::CONFIG['host_os']
end