class Build::Files::Monitor

def initialize

def initialize
	@directories = Hash.new { |hash, key| hash[key] = Set.new }
	
	@updated = false
end