# File lib/celluloid/io/udp_socket.rb, line 8
      def initialize
        @socket = ::UDPSocket.new
      end