diff options
author | bogdanvlviv <bogdanvlviv@gmail.com> | 2017-09-17 02:28:55 +0300 |
---|---|---|
committer | bogdanvlviv <bogdanvlviv@gmail.com> | 2017-09-17 02:28:55 +0300 |
commit | c7e33c745be122eca41083a531765f7694a2e689 (patch) | |
tree | 65094c8f6dcbb24d8fc264ffcda0bac9309e7287 /activesupport/lib/active_support | |
parent | 9e4827a8ae40de50503c530b8cfd0a0789e27956 (diff) | |
download | rails-c7e33c745be122eca41083a531765f7694a2e689.tar.gz rails-c7e33c745be122eca41083a531765f7694a2e689.tar.bz2 rails-c7e33c745be122eca41083a531765f7694a2e689.zip |
Remove redundant require_relative "module/anonymous" and "module/reachable"
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/core_ext/class/subclasses.rb | 3 |
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 |