module Rainbow::Ext::String::InstanceMethods

def foreground(*color)

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