class Object

Public Instance Methods

Rainbow(string) click to toggle source
# File lib/rainbow/global.rb, line 22
def Rainbow(string)
  Rainbow.global.wrap(string.to_s)
end