nitc :: MetricSet :: to_console
# Pretty print the resuls in console fun to_console(indent: Int, colors: Bool) do for metric in metrics do metric.to_console(indent, colors) end