diff options
author | zzak <[email protected]> | 2025-06-09 16:23:08 +0900 |
---|---|---|
committer | zzak <[email protected]> | 2025-06-09 16:23:08 +0900 |
commit | e8094943a4a5ffff06559fc3fa9968a5e61fd097 (patch) | |
tree | 2cfd0a5536936b78a6542496ae81183931188166 | |
parent | c8ddc0a843074811b200673a2019fbe4b50bb890 (diff) |
s/sned/send
-rw-r--r-- | ractor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -722,7 +722,7 @@ class Ractor # # port = Ractor::Port.new # Ractor.new port do |port| - # port.sned 1 # OK + # port.send 1 # OK # port.send 2 # OK # port.close # port.send 3 # raise Ractor::ClosedError |