module RuboCop::Platform

def self.windows?

def self.windows?
  /cygwin|mswin|mingw|bccwin|wince|emx/.match?(RbConfig::CONFIG['host_os'])
end