8000 GitHub - quix/alt_system: Alternate implementation of system() and backticks `` for Windows.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

quix/alt_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alternate implementations of system() and backticks `` for Windows.

To replace Kernel#system and Kernel#` in one step,

  require 'alt_system'

Otherwise if you wish to call AltSystem#system and AltSystem#backticks
manually,

  require 'alt_system/alt_system'

The spec describes the differences between the original and alternate
implementations:

  spec_output/system_spec_kernel.html
  spec_output/system_spec_alt.html

To run the spec on both:

  % gem install rspec
  % rake

Or individually:

  % rake alt
  % rake kernel

About

Alternate implementation of system() and backticks `` for Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0