Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
Merge 002182f into 34e1986
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmod4n committed Mar 8, 2014
2 parents 34e1986 + 002182f commit 04deb9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/celluloid/dns/server.rb
Expand Up @@ -6,6 +6,8 @@ class Server

include Celluloid::IO

execute_block_on_receiver :initialize

def initialize(addr, port, &block)
@block = block

Expand All @@ -24,4 +26,4 @@ def run
end
end
end
end
end

0 comments on commit 04deb9e

Please sign in to comment.