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
@@ -1569,7 +1569,7 @@ public RubyString modifyBang(RubyString string) {
}

@RubiniusOnly
@CoreMethod(names = "num_bytes=", required = 1)
@CoreMethod(names = "num_bytes=", lowerFixnumParameters = 0, required = 1)
public abstract static class SetNumBytesNode extends CoreMethodNode {

public SetNumBytesNode(RubyContext context, SourceSection sourceSection) {

0 comments on commit ad79ae5

Please sign in to comment.