'Mongoid::Criteria can't modify frozen String

This perplexes me. A Mongoid::Criteria is not frozen, but if I assign it to a variable in console, it tells me FrozenError (can't modify frozen String: "#<Mongoid::Criteria

Why would that be, and how do I fix it?

mongoid (~> 7.3.0) rails (~> 6.0.0)

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source