Try to fix RDoc markup for Enumerator

This commit is contained in:
Benoit Daloze 2022-12-26 15:28:37 +01:00
parent c182d46d24
commit d93d786338

View File

@ -105,6 +105,7 @@
* variable and mutate some ivar of it). * variable and mutate some ivar of it).
* *
* Concretely: * Concretely:
*
* Thread.current[:fiber_local] = 1 * Thread.current[:fiber_local] = 1
* Fiber[:storage_var] = 1 * Fiber[:storage_var] = 1
* e = Enumerator.new do |y| * e = Enumerator.new do |y|