module

Rake::AltSystem

v1_9_3_392 - Show latest stable

Alternate implementations of system() and backticks “ on Windows for ruby-1.8 and earlier.

Constants

RUNNABLE_EXTS = %w[com exe bat cmd]

RUNNABLE_PATTERN = %r!\\.(#{RUNNABLE_EXTS.join('|')})\\Z!i

WINDOWS = RbConfig::CONFIG["host_os"] =~\n%r!(msdos|mswin|djgpp|mingw|[Ww]indows)!

Files

  • lib/rake/alt_system.rb