From: Doug H Date: 2005-12-21T08:47:48+09:00 Subject: Re: Bruce Eckel wouldn't know why to switch from Python to Ruby That should have been return super(B, self).getX() + 1 instead of return super(B, self).getX + 1 Didn't notice error.