aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module/remove_method_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use respond_to test helpersDaniel Colson2018-01-251-2/+2
* removed unnecessary returnsShuhei Kitagawa2017-10-281-4/+4
* [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
* code gardening: removes redundant selfsXavier Noria2016-08-081-8/+8
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Make `Module#redefine_method` to keep method visibilityyui-knk2015-10-261-1/+19
* Add Module#remove_possible_singleton_methodAndrew White2015-10-211-3/+15
* added remove_method core_ext testsAnand2011-11-071-0/+29