-
Notifications
You must be signed in to change notification settings - Fork 0
quix/alt_system
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published