diff options
author | rm155 <[email protected]> | 2021-08-05 21:14:36 -0400 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-22 19:49:34 +0900 |
commit | d09cb64ae5c618f1cb2d90c544b7e0bc55ebb003 (patch) | |
tree | 0fdb0f4998ec74f00f5fc12d8757e7a49cc86430 /lib | |
parent | 553f234a07fe000cf5416793c1f9c0273518d906 (diff) |
[ruby/mutex_m] Make VERSION shareable
https://github.com/ruby/mutex_m/commit/a839e29d04
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mutex_m.rb | 1 |
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{ |