From: Alexey Muranov Date: 2011-08-26T05:25:10+09:00 Subject: Re: calling a descendant's method I think i've found an explanation: in fact i used a lambda and called a class method in the body of the lambda, so probably `self` was bound to the current self (the abstract class). Sorry again for the bad question. -- Posted via http://www.ruby-forum.com/.