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