module Rainbow::Ext::String::InstanceMethods

def background(*color)

def background(*color)
  Rainbow(self).background(*color)
end