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 #859 from kachick/module-tweaks
Module tweaks
- Loading branch information
Showing
with
6 additions
and 4 deletions.
@@ -1,3 +1,2 @@ | ||
fails:Module#alias_method retains method visibility | ||
fails:Module#alias_method is a private method | ||
fails:Module#alias_method returns self |
@@ -1,5 +1,4 @@ | ||
fails:Module#append_features is a private method | ||
fails:Module#append_features copies own tainted status to the given module | ||
fails:Module#append_features copies own untrusted status to the given module | ||
fails:Module#append_features on Class raises a TypeError if calling after rebinded to Class | ||
fails:Module#append_features when other is frozen raises a RuntimeError before appending self |
@@ -1,3 +1,2 @@ | ||
fails:Module#extend_object is a private method | ||
fails:Module#extend_object on Class raises a TypeError if calling after rebinded to Class | ||
fails:Module#extend_object when given a frozen object raises a RuntimeError before extending the object |