class Crispr::Reporter
def summary
-
(Hash)
- summary statistics including totals and score
def summary total = @killed + @survived { mutations: total, killed: @killed, survived: @survived, score: score } end
(Hash)
- summary statistics including totals and score
def summary total = @killed + @survived { mutations: total, killed: @killed, survived: @survived, score: score } end