new()
Start observing the declared classes and their subclasses.
# File activemodel/lib/active_model/observing.rb, line 218 def initialize observed_classes.each { |klass| add_observer!(klass) } end