aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module/qualified_const_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix ActiveSupport tests that depend on run orderFrancesco Rodriguez2012-08-231-11/+18
|
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-291-0/+94
This commit also implements a faster version of #demodulize I was unable to isolate with git add --patch. Not a big fan of the name #deconstantize. It complements #demodulize getting rid of the rightmost constant, hence the name, but it is unrelated to the well-known #constantize. So unsure. Could not come with anything better, please feel free to rename.