We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17025f0 commit 431df38Copy full SHA for 431df38
src/main/java/org/truffleruby/language/library/RubyStringLibrary.java
@@ -125,6 +125,7 @@ private AbstractTruffleString specializeGetTString(Object object) {
125
}
126
127
128
+ @Override
129
public RubyEncoding profileEncoding(RubyEncoding encoding) {
130
var localCachedEncoding = this.cachedEncoding;
131
if (encoding == localCachedEncoding) {
0 commit comments