# File lib/rake/win32.rb, line 14
14:       def windows?
15:         Config::CONFIG['host_os'] =~ /mswin/
16:       end