Module | Rake::AltSystem |
In: |
lib/rake/alt_system.rb
|
WINDOWS | = | Config::CONFIG["host_os"] =~ %r!(msdos|mswin|djgpp|mingw)! |
RUNNABLE_EXTS | = | %w[com exe bat cmd] |
RUNNABLE_PATTERN | = | %r!\.(#{RUNNABLE_EXTS.join('|')})\Z!i |