error.c:807
void
rb_error_frozen(what)
    char *what;
{
    rb_raise(rb_eTypeError, "can't modify frozen %s", what);
}
