class Rainbow::Presenter

def background(*values)

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