class Rainbow::Presenter

def color(*values)

Sets color of this text.
def color(*values)
  wrap_with_sgr(Color.build(:foreground, values).codes)
end