From: Aaron Patterson Date: 2012-12-24T04:55:23+09:00 Subject: [ruby-core:51104] Re: [ruby-trunk - Bug #7564][Rejected] r38175 introduces incompatibility On Sun, Dec 23, 2012 at 10:01:33AM +0900, nobu (Nobuyoshi Nakada) wrote: > > Issue #7564 has been updated by nobu (Nobuyoshi Nakada). > > Status changed from Assigned to Rejected > > If method_missing does not deal with a method call, it should raise NoMethodError. > > def method_missing name, *args > @calls << [name, args] > super > end Before this changeset, `method_missing` *did* deal with all method calls. That's why this is not backwards compatible. -- Aaron Patterson http://tenderlovemaking.com/