зеркало из https://github.com/github/ruby.git
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:
Родитель
c0de997edd
Коммит
cf582aa6ee
1
NEWS.md
1
NEWS.md
|
@ -384,6 +384,7 @@ Outstanding ones only.
|
||||||
Excluding feature bug fixes.
|
Excluding feature bug fixes.
|
||||||
|
|
||||||
* Regexp literals and all Range objects are frozen [[Feature #8948]] [[Feature #16377]] [[Feature #15504]]
|
* Regexp literals and all Range objects are frozen [[Feature #8948]] [[Feature #16377]] [[Feature #15504]]
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
/foo/.frozen? #=> true
|
/foo/.frozen? #=> true
|
||||||
(42...).frozen? # => true
|
(42...).frozen? # => true
|
||||||
|
|
Загрузка…
Ссылка в новой задаче