# File lib/minitest/pride.rb, line 13
  def initialize io
    @io = io
    @colors = COLORS.cycle
    @chars  = CHARS.cycle
  end