class Module def unextendable @unextendable = true end def unextendable? !!@unextendable end end