class Spoom::Coverage::Cards::Map
Public Class Methods
new(sigils_tree:, title: "Strictness Map")
click to toggle source
Calls superclass method
Spoom::Coverage::Cards::Card::new
# File lib/spoom/coverage/report.rb, line 157 def initialize(sigils_tree:, title: "Strictness Map") super(title: title, body: D3::CircleMap::Sigils.new("map_sigils", sigils_tree).html) end