Libraries
»
aoc_cli
(1.0.1)
»
Index (I)
»
AocCli
»
Presenters
»
StatsPresenter
»
Icons
Module: AocCli::Presenters::StatsPresenter::Icons
Defined in:
lib/aoc_cli/presenters/stats_presenter.rb
Constant Summary
collapse
INCOMPLETE =
"○ ○"
.
freeze
HALF_COMPLETE =
"● ○"
.
freeze
COMPLETE =
"● ●"
.
freeze