Add not-builtin fiber type by pocke · Pull Request #296 · ruby/rbs

This pull request adds types of fiber extension, which is added methods by require 'fiber'. The extension only has three methods. FIber.current Fiber#transfer Fiber#alive? I added the te...