global

def Rainbow(string)

def Rainbow(string)
  Rainbow.global.wrap(string.to_s)
end