Hi, In message "freeze, frozen? in extensions" on 04/03/07, Tim Hunter <cyclists / nc.rr.com> writes: |I'm poking around in the 1.8.1 ext/ sources and I notice that there are |very, very few uses of rb_check_frozen. I expected to see the C extensions |calling rb_check_frozen before modifying them. What am I overlooking? Is |it just not necessary? I encourage extension writers to add frozen/security check to their extensions. matz.