ruby-changes:59445
From: Marcus <ko1@a...>
Date: Tue, 24 Dec 2019 18:13:10 +0900 (JST)
Subject: [ruby-changes:59445] b03aea62ab (master): NEWS: fix method references for Range#{cover?, include?}
https://git.ruby-lang.org/ruby.git/commit/?id=b03aea62ab From b03aea62abfbdc7c8ee53c30a27127c3c394a6ba Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer <sto.mar@w...> Date: Tue, 24 Dec 2019 10:02:22 +0100 Subject: NEWS: fix method references for Range#{cover?,include?} diff --git a/NEWS b/NEWS index fbe4223..b1fbfde 100644 --- a/NEWS +++ b/NEWS @@ -471,8 +471,8 @@ Range:: https://github.com/ruby/ruby/blob/trunk/NEWS#L471 Modified method:: - * Range#=== now uses #cover? for String arguments, too (in Ruby 2.6, it was - changed from #include? for all types except strings). [Bug #15449] + * Range#=== now uses Range#cover? for String arguments, too (in Ruby 2.6, it was + changed from Range#include? for all types except strings). [Bug #15449] RubyVM:: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/