# File lib/ansi_color.rb, line 12 def initialize(ground, *color) @ground = ground if color.size == 1 @color = color.first else @color = color end end