Actions
Bug #3958
closedThe Fiber instance method 'alive?' is not defined.
Description
=begin
The Fiber instance method 'alive?' is documented as existing, but is not actually defined.
ruby-1.9.2-p0 > Fiber.new.alive?
NoMethodError: undefined method alive?' for #<Fiber:0x000001009fcaf8> from (irb):8 from /Users/Lori/.rvm/rubies/ruby-1.9.2-p0/bin/irb:17:in
'
=end
Updated by runpaint (Run Paint Run Run) about 14 years ago
=begin
You have to require 'fiber'
first.
=end
Actions
Like0
Like0Like0