summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrm155 <rohitmenon@verizon.net>2021-08-05 21:14:36 -0400
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-22 19:49:34 +0900
commitd09cb64ae5c618f1cb2d90c544b7e0bc55ebb003 (patch)
tree0fdb0f4998ec74f00f5fc12d8757e7a49cc86430
parent553f234a07fe000cf5416793c1f9c0273518d906 (diff)
[ruby/mutex_m] Make VERSION shareable
https://github.com/ruby/mutex_m/commit/a839e29d04
-rw-r--r--lib/mutex_m.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mutex_m.rb b/lib/mutex_m.rb
index 706d3c1b3c..abd0fc6add 100644
--- a/lib/mutex_m.rb
+++ b/lib/mutex_m.rb
@@ -41,6 +41,7 @@
module Mutex_m
VERSION = "0.1.1"
+ Ractor.make_shareable(VERSION) if defined?(Ractor)
def Mutex_m.define_aliases(cl) # :nodoc:
cl.module_eval %q{