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 f24ae99 commit 1b11ec9Copy full SHA for 1b11ec9
truffle/src/main/java/org/jruby/truffle/nodes/core/EncodingNodes.java
@@ -229,7 +229,7 @@ public RubyNilClass defaultInternal(RubyNilClass encoding) {
229
return encoding;
230
}
231
232
- @Specialization
+ @Specialization(guards = { "!isRubyEncoding", "!isRubyNilClass" })
233
public RubyString defaultInternal(VirtualFrame frame, Object encoding) {
234
notDesignedForCompilation();
235
0 commit comments