4 ms·
Ruby has a language feature for this and it's pure 100% poison. http://rubylearning.com/satishtalim/ruby_method_missing.html http://rubylearning.com/satishtali
by dgcoffman 11y ago
Ruby has a language feature for this and it's pure 100% poison.
http://rubylearning.com/satishtalim/ruby_method_missing.html http://rubylearning.com/satishtalim/ruby_method_missing.html
- riffraff 11y agothat is neither what OP mentioned (automatic matching of a typo) nor poison. Also, it's from Smalltalk, and found in some ways also in python, objective-c and many others.
- pekk 11y agoThat came from Smalltalk, where it was named doesNotUnderstand. It's always difficult to choose between crippling the language and encouraging stupidity.