This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.
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