Delete AS::Dependencies.load?

This commit is contained in:
Xavier Noria 2021-08-18 23:20:18 +02:00
parent ed1571ddc0
commit 0f2d2ba87d
1 changed files with 0 additions and 4 deletions

View File

@ -80,10 +80,6 @@ module ActiveSupport # :nodoc:
# to allow arbitrary constants to be marked for unloading.
mattr_accessor :explicitly_unloadable_constants, default: []
def load?
mechanism == :load
end
def clear
end