Excerpts from Marcus Williams's message of Mon Nov 12 07:35:34 -0800 2007: > Shouldnt this be possible with open3? The only problem is that open3 > is unix only (in std ruby). I think there is a win32 open3 gem though.
It looks like Session doesn't work on windows, anyways: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/173910 So how's this for a plan: 1. First version just uses open3. 2. When windows people complain, add code to detect the platform and load in win32-open3 accordingly. -- William <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
