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
@@ -735,7 +735,7 @@ public int errno() {

}

@CoreMethod(names = "errno=", isModuleFunction = true, unsafe = UnsafeGroup.PROCESSES)
@CoreMethod(names = "errno=", isModuleFunction = true, required = 1, unsafe = UnsafeGroup.PROCESSES)
public abstract static class ErrnoAssignNode extends CoreMethodArrayArgumentsNode {

public ErrnoAssignNode(RubyContext context, SourceSection sourceSection) {

0 comments on commit 9b890b5

Please sign in to comment.