mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Avoid duplicated "when"s [ci skip]
This commit is contained in:
parent
a0aacd2efc
commit
ad1ebefefe
1 changed files with 2 additions and 2 deletions
4
NEWS.md
4
NEWS.md
|
@ -239,8 +239,8 @@ Excluding feature bug fixes.
|
||||||
a keyword splat to a method that accepts specific keywords
|
a keyword splat to a method that accepts specific keywords
|
||||||
does not allocate a hash.
|
does not allocate a hash.
|
||||||
|
|
||||||
* `super` is optimized when the same type of method is called in the previous call,
|
* `super` is optimized when the same type of method is called in the previous call
|
||||||
when it's not refinements or an attr reader or writer.
|
if it's not refinements or an attr reader or writer.
|
||||||
|
|
||||||
### JIT
|
### JIT
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue