Y
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
3pt14159
2014 days ago
I still can't believe they changed their mind about this. It's the cause of so many bugs and security issues.
link
digianarchist
2010 days ago
I was hoping to remove this line from almost every file in a few projects at work:
# frozen_string_literal: true
link