Module#const_get

на сайте с July 05, 2023 06:30
The value of the constant is returned if a definition is found, otherwise a NameError is raised. Math.const_get(:PI) #=> 3.14159265358979. This method will ...