Hi,
In message "[ruby-talk:15446] Re: How do I alias a class method?"
on 01/05/21, Mathieu Bouchard <matju / sympatico.ca> writes:
|I'm not sure what you do want an RCR on. There is already a default value
|for Class.new; I thought you'd correct on that point. For the rest...
I meant RCR to make
|Foo = Class.new(Bar) {
| def blah; ... end
| def bleh; ... end
|}
possible.
matz.