alainravet/private_please

don't track overriden methods

alainravet opened this issue · 0 comments

There are currently only 3 methods that are never tracked :
:method_added
:singleton_method_added
:included.

to_s, #class, #included, and many others should also be excluded.

Q: can we simply exclude any method that overrides an ancestor method?