Class: Spoom::Coverage::Cards::Timeline::Sigs
- Defined in:
- lib/spoom/coverage/report.rb
Instance Method Summary collapse
-
#initialize(snapshots:, title: "Signatures Timeline") ⇒ Sigs
constructor
: (snapshots: Array, ?title: String) -> void.
Methods inherited from Timeline
#commits_for_dates, #months, #ticks
Constructor Details
#initialize(snapshots:, title: "Signatures Timeline") ⇒ Sigs
: (snapshots: Array, ?title: String) -> void
182 183 184 |
# File 'lib/spoom/coverage/report.rb', line 182 def initialize(snapshots:, title: "Signatures Timeline") super(title: title, timeline: D3::Timeline::Sigs.new("timeline_sigs", snapshots)) end |