Dynamic Reception

last modified: September 8, 2009

Handle messages without defining them in the receiving class.

Also Known As: Overriding method_missing (http://www.ruby-doc.org/core/classes/Kernel.html#M005925), Overriding DoesNotUnderstand

See http://martinfowler.com/dslwip/DynamicReception.html


Loading...