From: ts Date: 2001-05-16T01:42:23+09:00 Subject: [ruby-talk:15181] Re: Handling undefined methods gracefully >>>>> "J" == Jamis Buck writes: J> In Python, there is a pretty graceful way to specify a generic routine J> to handle requests for attributes/methods that do not exist in an J> object. Is there a similar feature in Ruby? See #method_missing Guy Decoux