Project

General

Profile

Actions

Bug #3958

closed

The Fiber instance method 'alive?' is not defined.

Added by lholden (Lori Holden) over 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]
Backport:
[ruby-core:32832]

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

Actions #1

Updated by runpaint (Run Paint Run Run) over 13 years ago

=begin
You have to require 'fiber' first.
=end

Actions #2

Updated by naruse (Yui NARUSE) over 13 years ago

  • Status changed from Open to Rejected

=begin

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0