# File lib/standard/facets/rbconfig.rb, line 54
  def windows?
    host_os =~ /mswin|mingw/
  end