Project

General

Profile

Bug #7099 ยป 0001-Fixing-some-grammar-in-Thead-documentation.patch

steveklabnik (Steve Klabnik), 10/02/2012 08:28 AM

View differences:

thread.c
* #<Thread:0x00000002a54130 dead>: C
*
* Thread#[] and Thread#[]= are not thread-local but fiber-local.
* This confusion was not exist until Ruby 1.8 because
* fiber is available since Ruby 1.9.
* This confusion did not exist in Ruby 1.8 because
* fibers were only available in Ruby 1.9.
* Ruby 1.9 chooses that the methods behaves fiber-local to save
* following idiom for dynamic scope.
*
    (1-1/1)