summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-12-25 13:16:28 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-12-25 13:16:28 +0900
commitbf878b54945e15e5bd36b8459ff48faeb242358a (patch)
tree321f4b9e34ae5326d219d577133c2d2fc255a11c
parent2acbf45d368e03f8a38906676b2e3e63f299c67d (diff)
[DOC] Ractor::RemoteError
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12467
-rw-r--r--ractor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ractor.rb b/ractor.rb
index 9f784a7111..ba9cfe14f3 100644
--- a/ractor.rb
+++ b/ractor.rb
@@ -731,6 +731,7 @@ class Ractor
end
class RemoteError
+ # The Ractor an uncaught exception is raised in.
attr_reader :ractor
end