Ruby类常量

Dha*_*udi 1 ruby

在Ruby中我们可以通过Class.methods找到类方法,通过Class.instance_method找到实例方法,是否有任何方法列出了类中定义的所有常量?

new*_*cct 6

Class.constants