class Minitest::RG

def initialize io, colors = COLORS

def initialize io, colors = COLORS
  @io     = io
  @colors = colors
end