class RSpec::Core::World

def windows_os?

Other tags:
    Private: -
def windows_os?
  RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/
end