method
constantize
v3.0.9 -
Show latest stable
- Class:
ActiveSupport::Dependencies
constantize(name)public
No documentation available.
# File activesupport/lib/active_support/dependencies.rb, line 550
def constantize(name)
ref(name).get
end