From: matz@... (Yukihiro Matsumoto) Date: 2001-10-19T16:42:46+09:00 Subject: [ruby-talk:22727] Re: Is 'define_method' being made public? Hi, In message "[ruby-talk:22684] Is 'define_method' being made public?" on 01/10/18, Phil Tomson writes: |Is Class#define_method being made public in 1.8? I don't think so. It reminds you that dynamic addition of methods are reserved for experts. Don't be too lazy not to surround them by class statements or class_eval. matz.