changed(modified, added, removed)
private

No documentation available.

# File activesupport/lib/active_support/evented_file_update_checker.rb, line 127
      def changed(modified, added, removed)
        unless updated?
          @updated.make_true if (modified + added + removed).any? { |f| watching?(f) }
        end
      end