class Spoom::Coverage::Cards::Timeline::RBIs

def initialize(snapshots:, title: "RBIs Timeline")

def initialize(snapshots:, title: "RBIs Timeline")
  super(title: title, timeline: D3::Timeline::RBIs.new("timeline_rbis", snapshots))
end