# File lib/rails/observers/active_model/observing.rb, line 107 def instantiate_observers observers.each { |o| instantiate_observer(o) } end