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

Fixed a code block in NEWS [ci skip]

A code block needs to be separated from the previous paragraph by
an empty line.
This commit is contained in:
Nobuyoshi Nakada 2020-12-04 12:59:19 +09:00
parent c0de997edd
commit cf582aa6ee
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -384,6 +384,7 @@ Outstanding ones only.
Excluding feature bug fixes.
* Regexp literals and all Range objects are frozen [[Feature #8948]] [[Feature #16377]] [[Feature #15504]]
```ruby
/foo/.frozen? #=> true
(42...).frozen? # => true