7 ms·
Rails' method_missing is a great example of this and awesome to read through for a thorough mind fuck.
by shane_mcd 14y ago
Rails' method_missing is a great example of this and awesome to read through for a thorough mind fuck.
- gnaritas 14y agoRails doesn't have a method_missing, Ruby does, it copied it from Smalltalk's #doesNotUnderstand:. Rails is a framework, not a language.