attribute watching
Ruby on Rails 6.1.7.10
Since v5.2.8.1 Last seen in v6.1.7.10@watching is a stack of lists of constants being watched. For instance, if parent.rb is autoloaded, the stack will look like [[Object]]. If parent.rb then requires namespace/child.rb, the stack will look like [[Object], [Namespace]].