1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS.md: set code format explicitly [ci skip]

It is not set by default in the Github viewer.
This commit is contained in:
Nobuyoshi Nakada 2020-01-19 20:55:06 +09:00
parent 2f1081a451
commit 0ab93e098f
Notes: git 2020-01-19 21:07:47 +09:00

View file

@ -34,7 +34,7 @@ sufficient information, see the ChangeLog file or Redmine
* Regexp literals are frozen [[Feature #8948]] [[Feature #16377]]
```
```ruby
/foo/.frozen? #=> true
```