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 #706 from krekoten/move_methods_to_kernel
Move methods from Object to Kernel
- Loading branch information
Showing
with
78 additions
and 78 deletions.
@@ -1,4 +1,3 @@ | ||
fails:BasicObject raises NameError when referencing built-in constants | ||
fails:BasicObject does not define built-in constants (according to defined?) | ||
fails:BasicObject includes itself in its list of constants | ||
fails:BasicObject subclass contains Kernel methods when including Kernel |