changed(modified, added, removed)
public

No documentation available.

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