Closed parndt closed 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.
#frozen_string_literal: true
OK, so apparently this got walked back and I didn't realise: https://bugs.ruby-lang.org/issues/11473#note-53 😧
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.