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 b6c6096 commit 18535caCopy full SHA for 18535ca
src/main/java/org/truffleruby/core/objectspace/ObjectSpaceNodes.java
@@ -165,7 +165,7 @@ private boolean include(Object object) {
165
return true;
166
} else if (object instanceof RubyDynamicObject) {
167
if (object instanceof RubyClass) {
168
- return !RubyGuards.isSingletonClass((RubyClass) object);
+ return !RubyGuards.isSingletonClass(object);
169
} else {
170
171
}
0 commit comments