Do the same as #106 but not every string needs to be a "chilled string". Try to avoid using gsub!, concat, or <<. Could be nice to have a "benchmark" and see how much more or less resources (time and memory) are used.
For testing use
RUBYOPT='--enable-frozen-string-literal' bundle exec rspec
Do the same as #106 but not every string needs to be a "chilled string". Try to avoid using
gsub!,concat, or<<. Could be nice to have a "benchmark" and see how much more or less resources (time and memory) are used.For testing use