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

NEWS.md: fix the format

This commit is contained in:
Yusuke Endoh 2020-12-22 14:05:36 +09:00
parent fee2913d0a
commit 03f2b09320

View file

@ -157,9 +157,11 @@ Outstanding ones only.
# => ["data1", "data2", "data3"]
```
* Binding#eval when called with one arguments will use "(eval)"
for `__FILE__` and 1 for `__LINE__` in the evaluated code.
[[Bug #4352]] [[Bug #17419]]
* Binding
* Binding#eval when called with one arguments will use "(eval)"
for `__FILE__` and 1 for `__LINE__` in the evaluated code.
[[Bug #4352]] [[Bug #17419]]
* ConditionVariable