# File lib/god/meddle.rb, line 11 def initialize(options = {}) self.watches = [] self.server = Server.new(self, options[:host], options[:port]) end