Skip to content

Commit a839e29

Browse files
committed
Make VERSION shareable
1 parent c15819a commit a839e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mutex_m.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
module Mutex_m
4242

4343
VERSION = "0.1.1"
44+
Ractor.make_shareable(VERSION) if defined?(Ractor)
4445

4546
def Mutex_m.define_aliases(cl) # :nodoc:
4647
cl.module_eval %q{

0 commit comments

Comments
 (0)