class Syntropy::Router
def handle_modified_file(fn)
def handle_modified_file(fn) entry = @files[fn] if entry && entry[:kind] == :module # invalidate the entry proc, so it will be recalculated entry[:proc] = nil end end
def handle_modified_file(fn) entry = @files[fn] if entry && entry[:kind] == :module # invalidate the entry proc, so it will be recalculated entry[:proc] = nil end end