class HighLine::Terminal

def windows?

Running on Windows?
def windows?
  defined?(RUBY_PLATFORM) && (RUBY_PLATFORM =~ /mswin|mingw|cygwin/)
end