# File lib/god/reporter.rb, line 6 def initialize(host = nil, port = nil) @host = host @port = port || 7777 @service = nil end