module ExecJS

def windows?

def windows?
  @windows ||= RbConfig::CONFIG["host_os"] =~ /mswin|mingw/
end