class Sinatra::Reloader::Watcher

def ignore?

watched should be ignored.
Indicates whether or not the modifications to the file being
def ignore?
  !!@ignore
end