module

Rake::AltSystem

ruby latest stable

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

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