J
Jamal Soueidan
Hi,
My question is really simple
class MyClass
ANYTHING = "huh"
end
How can I print out huh from string?
MyClass::"anything".upcase
Is there any way to do that ?

Thanks for help...
My question is really simple
class MyClass
ANYTHING = "huh"
end
How can I print out huh from string?
MyClass::"anything".upcase
Is there any way to do that ?
Thanks for help...