aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/remove_method.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-23/+3
* [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
* Make `Module#redefine_method` to keep method visibilityyui-knk2015-10-261-0/+13
* Add Module#remove_possible_singleton_methodAndrew White2015-10-211-0/+7
* Some documentation edits [ci skip]Robin Dupret2015-03-051-3/+3
* adding documentation for 'remove_possible_method' and 'redefine_method' [ci s...George Millo2015-01-051-0/+3
* use undef_method to avoid NameError exceptions all the timeAaron Patterson2012-03-311-5/+1
* remove_possible_method: test if method existsBrad Ediger2011-07-311-2/+7
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Introduced redefine_methodŁukasz Strzałkowski2010-07-191-0/+5
* Eliminate warnings for AM on 1.8wycats2010-03-161-0/+6