Top Level Namespace

Defined Under Namespace

Modules: Rainbow

Instance Method Summary collapse

Instance Method Details

#Rainbow(string) ⇒ Object



21
22
23
# File 'lib/rainbow/global.rb', line 21

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