Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -171,7 +171,7 @@ public static boolean verySlowIsFrozen(RubyContext context, Object object) {
@Child RubyNode child = node;
}.adoptChildren();

return (boolean) node.executeIsFrozen(object);
return node.executeIsFrozen(object);
}

public void insertAfter(DynamicObject module) {

0 comments on commit 1dff0b5

Please sign in to comment.