Class: Fiber
- Inherits:
-
Object
- Object
- Fiber
- Defined in:
- lib/fiber_fun.rb
Constant Summary collapse
- ROOT_FIBER =
Fiber.current
Instance Method Summary collapse
Instance Method Details
#current? ⇒ Boolean
11 12 13 |
# File 'lib/fiber_fun.rb', line 11 def current? self == Fiber.current end |