Flowdock
module
Importance_1
v1_9_3_125 - Show latest stable - 0 notes

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

Constants

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

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.