From: itsme213 Date: 2005-01-14T03:21:13+09:00 Subject: Re: Duck Typing as Pattern Matching "itsme213" wrote > class MyClass > register_method_missing_handler :selector, { |*args| handler } > end Of course if selector is a fixed symbol you wouldn't need this as you would just use def or define_method.