observers()
Gets the current observers.
# File activemodel/lib/active_model/observing.rb, line 33 def observers @observers ||= [] end