Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -483,7 +483,7 @@ public Object dup(VirtualFrame frame, RubyBasicObject self) {

}

@CoreMethod(names = "eval", isModuleFunction = true, required = 1, optional = 3)
@CoreMethod(names = "eval", isModuleFunction = true, required = 1, optional = 3, lowerFixnumParameters = 3)
@NodeChildren({
@NodeChild(value = "source", type = RubyNode.class),
@NodeChild(value = "binding", type = RubyNode.class),

0 comments on commit 5f4dc5b

Please sign in to comment.