ruby-changes:64220
From: Marc-Andre <ko1@a...>
Date: Thu, 17 Dec 2020 00:42:55 +0900 (JST)
Subject: [ruby-changes:64220] d5929b39a9 (master): Make Ractor#receive_if private
https://git.ruby-lang.org/ruby.git/commit/?id=d5929b39a9 From d5929b39a9c7944de14c133fa3948b7b3a92e423 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune <github@m...> Date: Wed, 16 Dec 2020 09:57:35 -0500 Subject: Make Ractor#receive_if private diff --git a/ractor.rb b/ractor.rb index b5b2677..2196a93 100644 --- a/ractor.rb +++ b/ractor.rb @@ -139,7 +139,7 @@ class Ractor https://github.com/ruby/ruby/blob/trunk/ractor.rb#L139 Primitive.ractor_receive_if b end - def receive_if &b + private def receive_if &b Primitive.ractor_receive_if b end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/