Fix UNIXSocket#send_io and recv_io types by pocke · Pull Request #2264 · ruby/rbs
This PR fixes the method type definitions for UNIXSocket#{send_io,recv_io}. send_io https://docs.ruby-lang.org/en/3.3/UNIXSocket.html#method-i-send_io send_io actually receives an IO, but the type ...