Skip to content

Commit 80aa8fc

Browse files
committed
Add comment about jruby-rack also using this
[skip ci]
1 parent 8b022a9 commit 80aa8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/jruby/RubyString.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,7 @@ public final RubyString cat(ByteList other, int codeRange) {
14491449

14501450
// Needs to remain in place until StringIO has migrated to the new methods
14511451
// See https://github.com/ruby/stringio/issues/83
1452+
// jruby-rack also uses this and must be updated: https://github.com/jruby/jruby-rack/issues/267
14521453
@Deprecated
14531454
public final int cat19(ByteList other, int codeRange) {
14541455
return catWithCodeRange(other, codeRange);

0 commit comments

Comments
 (0)