in reply to Re: checking a method is not subclassed
in thread checking a method is not subclassed
You can even use a subrutine attribute to do it (as :final).
Though modules could still work around that defining new methods at runtime via eval or just playing with the symbol tables.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: checking a method is not subclassed
by water (Deacon) on Feb 02, 2006 at 17:51 UTC |