Skip to content

Commit

Permalink
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions spec/truffle/tags/core/proc/yield_tags.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ public Object binding(RubyProc proc) {

}

@CoreMethod(names = {"call", "[]"}, argumentsAsArray = true, needsBlock = true)
@CoreMethod(names = {"call", "[]", "yield"}, argumentsAsArray = true, needsBlock = true)
public abstract static class CallNode extends CoreMethodNode {

@Child private YieldDispatchHeadNode yieldNode;

0 comments on commit 5385f46

Please sign in to comment.