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
@@ -108,7 +108,7 @@ public RubyHash executeRubyHash(VirtualFrame frame) {
isFrozenNode = insert(IsFrozenNodeFactory.create(getContext(), getSourceSection(), null));
}

if (isFrozenNode.executeIsFrozen(key)) {
if (! isFrozenNode.executeIsFrozen(key)) {
key = freezeNode.call(frame, dupNode.call(frame, key, "dup", null), "freeze", null);
}
}

0 comments on commit 382999d

Please sign in to comment.