Method: Spark::Helper::System::Methods#windows?

Defined in:
lib/spark/helper/system.rb

#windows?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/spark/helper/system.rb', line 11

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