| Module | Rake::AltSystem |
| In: |
lib/rake/alt_system.rb
|
| 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 |