class Dry::Inflector
def constantize(input)
- Since: - 0.1.0
Returns:
-
(Class, Module)
- the class or module
Parameters:
-
input
(String, Symbol
) -- the input
def constantize(input) Object.const_get(input, false) end
(Class, Module)
- the class or module
input
(String, Symbol
)
-- the input
def constantize(input) Object.const_get(input, false) end