IronRuby.Builtins.RubyProcess.Waitall C# (CSharp) Method

Waitall() private method

private Waitall ( RubyModule self ) : RubyArray
self RubyModule
return RubyArray
        public static RubyArray Waitall(RubyModule/*!*/ self) {
            return new RubyArray(); //Process.waitall always returns an empty array on Windows?
        }