Re: [jruby-dev] Dumping Invocation Callback

2007-07-09 Thread Thomas E Enebo
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

Re: [jruby-dev] Dumping Invocation Callback

2007-07-08 Thread Charles Oliver Nutter
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

[jruby-dev] Dumping Invocation Callback

2007-07-08 Thread dreamhead
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