[ruby/erb] Make ERB::NOT_GIVEN
ractor-shareable
https://github.com/ruby/erb/commit/348777b5bf
This commit is contained in:
parent
04ec077946
commit
96b5cde28b
@ -353,7 +353,7 @@ class ERB
|
||||
@lineno = 0
|
||||
@_init = self.class.singleton_class
|
||||
end
|
||||
NOT_GIVEN = Object.new
|
||||
NOT_GIVEN = defined?(Ractor) ? Ractor.make_shareable(Object.new) : Object.new
|
||||
private_constant :NOT_GIVEN
|
||||
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user