On Mon, 8 Mar 2004 13:04:12 +0900, matz / ruby-lang.org (Yukihiro Matsumoto) wrote: > >I encourage extension writers to add frozen/security check to their >extensions. > > matz. > Thanks, matz! I spent most of yesterday afternoon adding calls to rb_check_frozen to my extension. Now I'm trying to add meaningful implementations of dup and clone.