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:
parent
fee2913d0a
commit
03f2b09320
1 changed files with 5 additions and 3 deletions
8
NEWS.md
8
NEWS.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue