I want to access MyObj::MY_CONSTANT_1 by using a variable like foo =
MY_CONSTANT_1 and then MyObj::send(:foo), but obviously send is only
meant to work with methods and not constants.
Is there any way to do this? I've looked but am having difficulty
finding anything.
I want to access MyObj::MY_CONSTANT_1 by using a variable like foo =
MY_CONSTANT_1 and then MyObj::send(:foo), but obviously send is only
meant to work with methods and not constants.
Is there any way to do this? I've looked but am having difficulty
finding anything.