Check if Windowz mode
Returns:
42 43 44
# File 'lib/tty/reader.rb', line 42 def self.windows? ::File::ALT_SEPARATOR == "\\" end