# File lib/rails/observers/active_model/observing.rb, line 333
      def observed_class
        name[/(.*)Observer/, 1].try :constantize
      end