Re: [jruby-dev] implementing BasicObject

2007-10-22 Thread Bill Dortch
On 10/22/07, MenTaLguY <[EMAIL PROTECTED]> wrote: > > Hi guys, > > Last night I took a stab at implementing BasicObject; rewiring the > class bootstrap to include BasicObject took me about five minutes, > but I got stuck on how the method definitions themselves should be > handled. As far as I can

[jruby-dev] implementing BasicObject

2007-10-22 Thread MenTaLguY
Hi guys, Last night I took a stab at implementing BasicObject; rewiring the class bootstrap to include BasicObject took me about five minutes, but I got stuck on how the method definitions themselves should be handled. As far as I can tell, there are two options: 1. separate RubyObject into Rub