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 #686 from krekoten/class_initialize
Class#initialize on already initialized class
- Loading branch information
Showing
with
2 additions
and 2 deletions.
@@ -1,3 +1 @@ | ||
fails:Class#initialize is private | ||
fails:Class#initialize raises a TypeError when called on already initialized classes | ||
fails:Class#initialize raises a TypeError when called on BasicObject |