module RSpec::Support::OS

def windows_file_path?

def windows_file_path?
  ::File::ALT_SEPARATOR == '\\'
end