[#927] UnboundMethod#to_proc — Dave Thomas <dave@...>
I'm wondering what I can do with a Proc generated by
17 messages
2003/04/06
[#929] Re: UnboundMethod#to_proc
— "Chris Pine" <nemo@...>
2003/04/06
----- Original Message -----
[#934] Re: UnboundMethod#to_proc
— Mathieu Bouchard <matju@...>
2003/04/06
[#940] Re: UnboundMethod#to_proc
— chr_news@...
2003/04/07
>
[#941] Re: UnboundMethod#to_proc
— Dave Thomas <dave@...>
2003/04/07
>> If they have diverging interfaces such that the contracts conflict
[#936] docs on implementation of ruby and/or ruby-gc ? — Ruben Vandeginste <Ruben.Vandeginste@...>
4 messages
2003/04/07
[#964] Range in logical context — Dave Thomas <dave@...>
If I run
7 messages
2003/04/16
[#965] Re: Range in logical context
— Mauricio Fern疣dez <batsman.geo@...>
2003/04/16
On Thu, Apr 17, 2003 at 06:10:40AM +0900, Dave Thomas wrote:
[#973] problem with rb_rescue2() ? — Mathieu Bouchard <matju@...>
5 messages
2003/04/19
Re: Win32 popen3
From:
nobu.nokada@...
Date:
2003-04-02 00:45:29 UTC
List:
ruby-core #925
Hi, At Wed, 2 Apr 2003 05:24:05 +0900, Richard Kilmer wrote: > I was wondering what the current status of getting popen3 working > under win32. The win32_popen raa extension does not seem to behave as > advertised. Instead, I'm considering that popen (and system, maybe) should be refactored to enable redirection to/from arbitrary IO including files. But no concrete idea yet. > Specifically, I am trying to get a java program launched > and get back "in", "out" and "err" to be able to process using Ruby > threads. Runtime.exec in Java seems to use pipes always..., I feel it wouldn't match for Ruby. -- Nobu Nakada