Subject: Re: [RCR] Cut-based AOP
From: dave.burt@ a . m
Date: Wed, 19 Oct 2005 11:06:59 +0900
References: 161251
In-reply-to: 161251
What is a cut? Is it a subclass that hides its parent's class? Are the
following two snippets the same?
cut Bar < Foo; baz() end
class Bar < Foo; baz() end
Bar = Foo # (except for this warning)
If not, what is the difference?
Cheers,
Dave