On 7/8/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote:
dreamhead wrote:
> Hi!
>
> JRuby has a wonderful idea about method which is to generate method
> class. We all know that it takes some time to do that, so it's good
> idea to save the result.
>
> In JRuby, DumpingInvocationCallbackFactor
dreamhead wrote:
Hi!
JRuby has a wonderful idea about method which is to generate method
class. We all know that it takes some time to do that, so it's good
idea to save the result.
In JRuby, DumpingInvocationCallbackFactory is used for this purpose.
But the code with which save the result is c
Hi!
JRuby has a wonderful idea about method which is to generate method
class. We all know that it takes some time to do that, so it's good
idea to save the result.
In JRuby, DumpingInvocationCallbackFactory is used for this purpose.
But the code with which save the result is commented. I think