# File lib/listen/listener.rb, line 221
    def change(&block) # modified, added, removed
      @block = block
      self
    end