Actions
Bug #3958
closedThe Fiber instance method 'alive?' is not defined.
    Bug #3958:
    The 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 15 years ago
          Updated by runpaint (Run Paint Run Run) about 15 years ago
          
          
        
        
      
      =begin
You have to require 'fiber' first.
=end
        
           Updated by naruse (Yui NARUSE) about 15 years ago
          Updated by naruse (Yui NARUSE) about 15 years ago
          
          
        
        
      
      - Status changed from Open to Rejected
=begin
=end
Actions