# File lib/god/server.rb, line 10 def initialize(meddle = nil, host = nil, port = nil) @meddle = meddle @host = host @port = port || 7777 start end