summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ractor.rb b/ractor.rb
index 3a8aa9926f..5cb9552d6d 100644
--- a/ractor.rb
+++ b/ractor.rb
@@ -644,7 +644,7 @@ class Ractor
# Received: message 2
# Received: finishing
# Continue successfully
- def take
+ def take
__builtin_cexpr! %q{
ractor_take(ec, RACTOR_PTR(self))
}