Hacker News new | ask | show | jobs
by shaicoleman 2014 days ago
Ruby 3.0 will not have frozen strings by default:

https://bugs.ruby-lang.org/issues/11473#note-53

2 comments

I still can't believe they changed their mind about this. It's the cause of so many bugs and security issues.
I was hoping to remove this line from almost every file in a few projects at work:

    # frozen_string_literal: true