Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #672 from krekoten/module_remove_method
Module#remove_method and hooks
- Loading branch information
Showing
with
29 additions
and 14 deletions.
- +0 −1 spec/tags/core/basicobject/singleton_method_removed_tags.txt
- +0 −2 spec/tags/core/module/method_removed_tags.txt
- +0 −3 spec/tags/core/module/remove_method_tags.txt
- +9 −2 topaz/objects/classobject.py
- +12 −2 topaz/objects/moduleobject.py
- +6 −2 topaz/objects/objectobject.py
- +2 −2 topaz/objspace.py
@@ -1,2 +1 @@ | ||
fails:BasicObject#singleton_method_removed is a private method | ||
fails:BasicObject#singleton_method_removed is called when a method is removed on self |
@@ -1,3 +1 @@ | ||
fails:Module#method_removed is a private instance method | ||
fails:Module#method_removed returns nil in the default implementation | ||
fails:Module#method_removed is called when a method is removed from self |