struct

Spectator::Formatting::Components::Stats

Inherits Struct / Value / Object

Statistics information displayed at the end of a run.

Constructors

new(report : Report)

Creates the component with stats from report.

Source

Instance methods

to_s(io : IO) : Nil

Displays the stats.

Source