aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2016-11-13 22:29:18 +0000
committerAndrew White <andrew.white@unboxed.co>2016-11-13 22:29:18 +0000
commit2ae41d24b9e8ba399293660d4dd900ff66742c97 (patch)
treef179e369041580dfdd2d0a51216746a688e1c521 /activesupport/lib/active_support/core_ext/module
parentc32ccd837ee37272b5b7abee6afec40cb45491ed (diff)
downloadrails-2ae41d24b9e8ba399293660d4dd900ff66742c97.tar.gz
rails-2ae41d24b9e8ba399293660d4dd900ff66742c97.tar.bz2
rails-2ae41d24b9e8ba399293660d4dd900ff66742c97.zip
Remove deprecated module method_transplanting file
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module')
-rw-r--r--activesupport/lib/active_support/core_ext/module/method_transplanting.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/method_transplanting.rb b/activesupport/lib/active_support/core_ext/module/method_transplanting.rb
deleted file mode 100644
index dccfa3e9bb..0000000000
--- a/activesupport/lib/active_support/core_ext/module/method_transplanting.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-require "active_support/deprecation"
-
-ActiveSupport::Deprecation.warn("This file is deprecated and will be removed in Rails 5.1 with no replacement.")