ruby-changes:61946
From: Takashi <ko1@a...>
Date: Fri, 26 Jun 2020 17:40:42 +0900 (JST)
Subject: [ruby-changes:61946] ad1ebefefe (master): Avoid duplicated "when"s [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=ad1ebefefe From ad1ebefefe0375c9aa3d322327d7833d1fa384df Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Fri, 26 Jun 2020 01:40:18 -0700 Subject: Avoid duplicated "when"s [ci skip] diff --git a/NEWS.md b/NEWS.md index 1f2e3ee..4c9d975 100644 --- a/NEWS.md +++ b/NEWS.md @@ -239,8 +239,8 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L239 a keyword splat to a method that accepts specific keywords does not allocate a hash. -* `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. +* `super` is optimized when the same type of method is called in the previous call + if it's not refinements or an attr reader or writer. ### JIT -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/