ruby / spec

The Ruby Spec Suite aka ruby/spec
MIT License
595 stars 388 forks source link

Fix specs for Kernel.select #1182

Closed herwinw closed 3 months ago

herwinw commented 3 months ago

This one should not test IO.select.

It's a bit confusing, since even the docs uses IO.select in the description and examples.

andrykonchin commented 3 months ago

Thank you!