@api private
Provides query methods for different OS or OS features.
# File lib/rspec/support/ruby_features.rb, line 12 def windows? !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/) end
# File lib/rspec/support/ruby_features.rb, line 16 def windows_file_path? ::File::ALT_SEPARATOR == '\' end