aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2017-09-17 02:28:55 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2017-09-17 02:28:55 +0300
commitc7e33c745be122eca41083a531765f7694a2e689 (patch)
tree65094c8f6dcbb24d8fc264ffcda0bac9309e7287 /activesupport
parent9e4827a8ae40de50503c530b8cfd0a0789e27956 (diff)
downloadrails-c7e33c745be122eca41083a531765f7694a2e689.tar.gz
rails-c7e33c745be122eca41083a531765f7694a2e689.tar.bz2
rails-c7e33c745be122eca41083a531765f7694a2e689.zip
Remove redundant require_relative "module/anonymous" and "module/reachable"
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/class/subclasses.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/core_ext/class/subclasses.rb b/activesupport/lib/active_support/core_ext/class/subclasses.rb
index 4c910feb44..75e65337b7 100644
--- a/activesupport/lib/active_support/core_ext/class/subclasses.rb
+++ b/activesupport/lib/active_support/core_ext/class/subclasses.rb
@@ -1,8 +1,5 @@
# frozen_string_literal: true
-require_relative "../module/anonymous"
-require_relative "../module/reachable"
-
class Class
begin
# Test if this Ruby supports each_object against singleton_class