# File lib/sinatra/reloader.rb, line 124 def initialize @path_watcher_map = Hash.new do |hash, key| hash[key] = Watcher.new(key) end end