hanami / view

Views, templates and presenters for Ruby web applications
http://hanamirb.org
MIT License
173 stars 80 forks source link

Remove `frozen_string_literal: true` comments #234

Closed parndt closed 1 year ago

parndt commented 1 year ago

Since we've moved to requiring Ruby >= 3.0 we no longer need to have the #frozen_string_literal: true magic comment as strings are now frozen by default.

parndt commented 1 year ago

OK, so apparently this got walked back and I didn't realise: https://bugs.ruby-lang.org/issues/11473#note-53 😧