# File lib/sinatra/reloader.rb, line 173 def updated? !ignore? && !removed? && mtime != File.mtime(path) end