Module Rake::AltSystem
In: lib/rake/alt_system.rb

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

Methods

Constants

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

Public Class methods

Public Instance methods

[Validate]