# File lib/sinatra/reloader.rb, line 354 def also_reload(*glob) Dir[*glob].each { |path| Watcher::List.for(self).watch_file(path) } end