Method: TTY::Reader.windows?

Defined in:
lib/tty/reader.rb

.windows?Boolean

Check if Windowz mode

Returns:

  • (Boolean)

42
43
44
# File 'lib/tty/reader.rb', line 42

def self.windows?
  ::File::ALT_SEPARATOR == "\\"
end