When I have the following:
class Foo CONSTANT_NAME = [\"a\", \"b\", \"c\"] ... end
Is there a way to access with Foo::CONSTANT_
Foo::CONSTANT_
Is there a way to access Foo::CONSTANT_NAME?
Foo::CONSTANT_NAME
Yes, there is: