Update Enumerator::Yielder types by pocke · Pull Request #290 · ruby/rbs

This pull request contains two updates for Enumerator::Yielder class, and test for them. First, it fixes the wrong type of Enumerator::Yielder#<<. The type took multiple arguments ,but it act...