From: Tanaka Akira Date: 2012-10-12T10:10:00+09:00 Subject: [ruby-core:47916] Re: [ruby-trunk - Bug #7097] Thread locals don't work inside Enumerator 2012/10/12 tenderlovemaking (Aaron Patterson) : > > Akira-san, do you have suggestions for method names? I have no concrete idea. I guess thread-local variable is used less often than fiber-local variable. So thread-local methods should be longer than fiber-local methods. This will be achieved naturally because the fiber-local methods, Thread#[] and Thread#[]=, are very short. -- Tanaka Akira