Top Level Namespace

Defined Under Namespace

Modules: Rainbow, Sickill

Instance Method Summary collapse

Instance Method Details

#Rainbow(string) ⇒ Object



74
75
76
# File 'lib/rainbow/wrapper.rb', line 74

def Rainbow(string)
  Rainbow::Wrapper.new(string.to_s)
end