``` jruby-9.1.2.0 :009 > require 'socket' => true jruby-9.1.2.0 :010 > s1, s2 = UNIXSocket.pair(Socket::SOCK_DGRAM) => [#<UNIXSocket:>, #<UNIXSocket:>] jruby-9.1.2.0 :011 > s1.recv_nonblock(10) => :wait_readable ``` should have raised `IO::WaitReadable` instead