Commit a457fef2 authored by take_cheeze's avatar take_cheeze

Remove unnecessary `require 'fiber'` note in Fiber.current document.

parent 1d6b8ba5
...@@ -317,8 +317,7 @@ fiber_yield(mrb_state *mrb, mrb_value self) ...@@ -317,8 +317,7 @@ fiber_yield(mrb_state *mrb, mrb_value self)
* call-seq: * call-seq:
* Fiber.current() -> fiber * Fiber.current() -> fiber
* *
* Returns the current fiber. You need to <code>require 'fiber'</code> * Returns the current fiber. If you are not running in the context of
* before using this method. If you are not running in the context of
* a fiber this method will return the root fiber. * a fiber this method will return the root fiber.
*/ */
static mrb_value static mrb_value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment