= private = protected
freeze()
Prevents further modifications to mod.
This method returns self.
static VALUE rb_mod_freeze(VALUE mod) { rb_class_name(mod); return rb_obj_freeze(mod); }