From: Larry Edelstein Date: 2007-02-13T15:19:46+09:00 Subject: "super" bug Hi all - I misused the "super" keyword and I think I should have received an error, but didn't. I tried "super.my_method_name(..)" and got strange results. OK, fine, I'm supposed to say "super(..)" or just "super". But shouldn't I get a compilation error or something? Is the behavior of "super.my_method_name(..)" even defined? -larry -- Posted via http://www.ruby-forum.com/.