Skip to content

Commit 0f2d2ba

Browse files
committed
Delete AS::Dependencies.load?
1 parent ed1571d commit 0f2d2ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

activesupport/lib/active_support/dependencies.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ def eager_load?(path)
8080
# to allow arbitrary constants to be marked for unloading.
8181
mattr_accessor :explicitly_unloadable_constants, default: []
8282

83-
def load?
84-
mechanism == :load
85-
end
86-
8783
def clear
8884
end
8985

0 commit comments

Comments
 (0)