mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make Ractor#receive_if private
This commit is contained in:
parent
24f018972b
commit
d5929b39a9
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class Ractor
|
|||
Primitive.ractor_receive_if b
|
||||
end
|
||||
|
||||
def receive_if &b
|
||||
private def receive_if &b
|
||||
Primitive.ractor_receive_if b
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue