2 3 4
# File 'lib/thread_root_fiber/fiber.rb', line 2 def root Thread.current.root_fiber end
Returns:
8 9 10
# File 'lib/thread_root_fiber/fiber.rb', line 8 def root? self == Fiber.root end