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
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