Class: Spoom::Coverage::Cards::Timeline::Runtimes
- Inherits:
-
Spoom::Coverage::Cards::Timeline
- Object
- Template
- Card
- Spoom::Coverage::Cards::Timeline
- Spoom::Coverage::Cards::Timeline::Runtimes
- Extended by:
- T::Sig
- Defined in:
- lib/spoom/coverage/report.rb
Constant Summary
Constants inherited from Card
Instance Attribute Summary
Attributes inherited from Card
Instance Method Summary collapse
-
#initialize(snapshots:, title: "Sorbet Typechecking Time") ⇒ Runtimes
constructor
A new instance of Runtimes.
Methods inherited from Template
Constructor Details
#initialize(snapshots:, title: "Sorbet Typechecking Time") ⇒ Runtimes
Returns a new instance of Runtimes.
234 235 236 |
# File 'lib/spoom/coverage/report.rb', line 234 def initialize(snapshots:, title: "Sorbet Typechecking Time") super(title: title, timeline: D3::Timeline::Runtimes.new("timeline_runtimes", snapshots)) end |