aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module/introspection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefix Module#parent, Module#parents, and Module#parent_name with moduleGannon McGibbon2018-10-021-11/+29
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Adjust `Module.parent_name` to work when frozen; fixes #27637Corey Ward2017-01-171-0/+37