module Selenium::WebDriver::Platform

def cygwin?

def cygwin?
  RUBY_PLATFORM.include?('cygwin')
end