class Cute::SignalSpy(T)

Overview

Spies upon a signal, storing all emitted values in itself. It inherits from Array(T), so you can use all methods from Array you know.

Instead of instantiating this class yourself, see Cute.spy.

Defined in:

spec.cr