current()
Returns the current fiber. You need to require ‘fiber’ before using this method. If you are not running in the context of a fiber this method will return the root fiber.
static VALUE rb_fiber_s_current(VALUE klass) { return rb_fiber_current(); }