Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Truffle] Move methods defined on Object to Kernel.
* Object has no instance methods!
  • Loading branch information
eregon committed Oct 6, 2014
1 parent e5e3c1e commit 94f3f38
Show file tree
Hide file tree
Showing 3 changed files with 914 additions and 950 deletions.
Expand Up @@ -79,7 +79,6 @@ public static List<MethodDetails> getMethods() {
getMethods(methods, MathNodesFactory.getFactories());
getMethods(methods, ModuleNodesFactory.getFactories());
getMethods(methods, NilClassNodesFactory.getFactories());
getMethods(methods, ObjectNodesFactory.getFactories());
getMethods(methods, ObjectSpaceNodesFactory.getFactories());
getMethods(methods, ProcessNodesFactory.getFactories());
getMethods(methods, ProcNodesFactory.getFactories());
Expand Down

0 comments on commit 94f3f38

Please sign in to comment.