0.02
No commit activity in last 3 years
No release in over 3 years
DEPRECATED: Provides Open4.popen4 via win32/open3 (win32-open3 behavior from 1.8) on ruby 1.9. Don't use this for new code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

DEPRECATED

Don't use this for new code

This gem is a shim to satisfy a call to Open4.popen4 when trying to run old gems on Ruby 1.9 on Windows.

If you're writing new code that needs popen4 on Ruby 1.9 you can use the Open3.popen3 which actually supports 4 block args on Ruby 1.9. The popen4 gem should also work but I haven't personally tried it.