Top Level Namespace
Defined Under Namespace
Modules: Rainbow
Classes: String
Instance Method Summary
collapse
Instance Method Details
#Rainbow(string) ⇒ Object
23
24
25
|
# File 'lib/rainbow/global.rb', line 23
def Rainbow(string)
Rainbow.global.wrap(string.to_s)
end
|