class Sinatra::Reloader::Watcher

def ignore

should be ignored.
Informs that the modifications to the file being watched
def ignore
  @ignore = true
end