# File addon/buildr/nailgun.rb, line 126 def initialize(host, port) @host = host || "*" @port = port super(host, port) end