What is the shortest way to get the constants belonging to a module
A? If I doA.constants, it gives an array of the symbolized name of the constants ofA, not the array ofA's constants. I am particularly asking this because withancestors, it is more straightforward:A.ancestorsgives back the array of its ancestors, not the array of the symbolized name of the ancestors.What is the shortest way to get an array of immediate subclasses of class
B?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Given:
|
||||
|
|
