module KPM::SystemProxy::OS

def self.windows?

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