# File lib/termtter/system_extensions.rb, line 46
def win?
  RUBY_PLATFORM.downcase =~ /mswin(?!ce)|mingw|bccwin|cygwin/
end