mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/forwardable] Freeze VERSION and FORWARDABLE_VERSION to improve Ractor-compliance
https://github.com/ruby/forwardable/commit/c91f41f4fa
This commit is contained in:
parent
70e6be2b05
commit
78af05ba0f
1 changed files with 2 additions and 0 deletions
|
@ -113,7 +113,9 @@ module Forwardable
|
||||||
|
|
||||||
# Version of +forwardable.rb+
|
# Version of +forwardable.rb+
|
||||||
VERSION = "1.3.2"
|
VERSION = "1.3.2"
|
||||||
|
VERSION.freeze
|
||||||
FORWARDABLE_VERSION = VERSION
|
FORWARDABLE_VERSION = VERSION
|
||||||
|
FORWARDABLE_VERSION.freeze
|
||||||
|
|
||||||
@debug = nil
|
@debug = nil
|
||||||
class << self
|
class << self
|
||||||
|
|
Loading…
Reference in a new issue