do/while style fixup
[socket_dontwait.git] / lib / socket_dontwait.rb
blob1ebc508cc9fab39ae305245843b1eaed13fe2f5e
1 # -*- encoding: binary -*-
2 require 'socket'
3 require 'socket_dontwait_ext'
5 # SocketDontwait is included in the BasicSocket class automatically,
6 # allowing derived classes such as TCPSocket and UNIXSocket to
7 # inherit SocketDontwait methods
8 class BasicSocket
9   include SocketDontwait
10 end