Type:
Module
Constants:
WINDOWS
:
RbConfig::CONFIG["host_os"] =~
%r!(msdos|mswin|djgpp|mingw|[Ww]indows)!
RUNNABLE_EXTS
:
%w[com exe bat cmd]
RUNNABLE_PATTERN
:
%r!\.(#{RUNNABLE_EXTS.join('|')})\Z!i
Alternate implementations of system() and backticks “ on Windows for ruby-1.8 and earlier.