Returns:
11 12 13
# File 'lib/spark/helper/system.rb', line 11 def windows? RbConfig::CONFIG['host_os'] =~ /mswin|mingw/ end