Class: RubyDNS::UDPSocketWrapper

Inherits:
Celluloid::IO::UDPSocket
  • Object
show all
Defined in:
lib/rubydns/server.rb

Instance Method Summary collapse

Constructor Details

#initialize(socket) ⇒ UDPSocketWrapper

Returns a new instance of UDPSocketWrapper.



28
29
30
# File 'lib/rubydns/server.rb', line 28

def initialize(socket)
	@socket = socket
end