Ruby 3.0 Freezes Range Objects
In past, Ruby had made some of the objects frozen by default and those were the objects of Symbol, Integer, Float, TrueClass, FalseClass, NilClass, etc. Ruby core team has been very cautious in past while making any object frozen to ensure these…