constantize(name)
Get the reference for class named name.
# File activesupport/lib/active_support/dependencies.rb, line 594 def constantize(name) Reference.get(name) end