core/ractor.rbs in rbs-3.6.0.pre.2 vs core/ractor.rbs in rbs-3.6.0.pre.3
- old
+ new
@@ -595,12 +595,10 @@
#
# The meaning of the `move` argument is the same as for #send.
#
def self.yield: (untyped obj, ?move: boolish) -> untyped
- public
-
# <!--
# rdoc-file=ractor.rb
# - <<(obj, move: false)
# -->
#
@@ -923,12 +921,10 @@
# # => true
# ary.inspect
# # Ractor::MovedError (can not send any methods to a moved object)
#
class MovedObject < BasicObject
- public
-
# <!--
# rdoc-file=ractor.c
# - !(*args)
# -->
#
@@ -1005,11 +1001,9 @@
# p e.ractor == r # => true
# p e.cause # => #<RuntimeError: Something weird happened>
# end
#
class RemoteError < Ractor::Error
- public
-
def ractor: () -> Ractor
end
class UnsafeError < Ractor::Error
end