Class: Spoom::Coverage::Cards::Timeline::Runtimes
- Defined in:
- lib/spoom/coverage/report.rb
Instance Method Summary collapse
-
#initialize(snapshots:, title: "Sorbet Typechecking Time") ⇒ Runtimes
constructor
: (snapshots: Array, ?title: String) -> void.
Methods inherited from Timeline
#commits_for_dates, #months, #ticks
Constructor Details
#initialize(snapshots:, title: "Sorbet Typechecking Time") ⇒ Runtimes
: (snapshots: Array, ?title: String) -> void
203 204 205 |
# File 'lib/spoom/coverage/report.rb', line 203 def initialize(snapshots:, title: "Sorbet Typechecking Time") super(title: title, timeline: D3::Timeline::Runtimes.new("timeline_runtimes", snapshots)) end |