Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/runtime/Helpers.java
Original file line number Diff line number Diff line change
@@ -2523,7 +2523,7 @@ public static ArgumentDescriptor[] methodToArgumentDescriptors(DynamicMethod met
} else if (method instanceof IRMethodArgs) {
return ((IRMethodArgs) method).getArgumentDescriptors();
} else {
return new ArgumentDescriptor[]{new ArgumentDescriptor(ArgumentType.rest)};
return new ArgumentDescriptor[]{new ArgumentDescriptor(ArgumentType.anonrest)};
}
}

0 comments on commit 2330898

Please sign in to comment.