class Spoom::Coverage::Cards::Timeline::Runtimes
Public Class Methods
new(snapshots:, title: "Sorbet Typechecking Time")
click to toggle source
Calls superclass method
Spoom::Coverage::Cards::Timeline::new
# File lib/spoom/coverage/report.rb, line 219 def initialize(snapshots:, title: "Sorbet Typechecking Time") super(title: title, timeline: D3::Timeline::Runtimes.new("timeline_runtimes", snapshots)) end