# File lib/rails/observers/active_model/observing.rb, line 146
      def notify_observers(*args)
        observer_instances.each { |observer| observer.update(*args) }
      end