class TrackOpenInstances::OpenInstance

Represents an open instance of a class that includes TrackOpenInstances

@attr_reader [Object] instance The tracked instance @attr_reader [Array<String>] creation_stack The call stack at the time of instance creation

This is useful for debugging and identifying where the instance was created.

@api private