mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/mutex_m] Make VERSION shareable
https://github.com/ruby/mutex_m/commit/a839e29d04
This commit is contained in:
parent
553f234a07
commit
d09cb64ae5
1 changed files with 1 additions and 0 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue