I'm trying to find a way to reload a module such that after any methods should be faithfully reflected after the reload. I've tried reload(), but if I remove a method in run-time, the method can still be called. It seems methods missing in run-time aren't faithfully reflected. Is my observation correct? If so, is there a way more faithful?
Thanks