We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf7a33 commit 07bf719Copy full SHA for 07bf719
src/main/java/org/jruby/prism/builder/IRBuilderPrism.java
@@ -1748,7 +1748,6 @@ private void buildParameters(ParametersNode parameters) {
1748
addArgumentDescription(ArgumentType.nokey, null);
1749
// I don't think we need to slurp up anything to **nil so no recv instr here.
1750
} else if (parameters.keyword_rest instanceof KeywordRestParameterNode kwrest) {
1751
- System.out.println("B");
1752
RubySymbol key;
1753
ArgumentType type;
1754
if (kwrest.name == null) {
0 commit comments