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 #678 from krekoten/class_allocate
Class#allocate
- Loading branch information
Showing
with
23 additions
and 18 deletions.
@@ -1,3 +1 @@ | ||
fails:Class#allocate returns a fully-formed instance of Module | ||
fails:Class#allocate does not call initialize on the new instance | ||
fails:Class#allocate raises TypeError for #superclass |