First page Back Continue Last page Overview Text

Notes:


Unfortunately, unextend doesn't work perfectly, as ruby caches methods, so even if you unextend the object, a method defined in the module may still be called after you use unextend, if it was called before you used unextend.