Delete AS::Dependencies.uninitialized_constant

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

View File

@ -153,10 +153,6 @@ module ActiveSupport # :nodoc:
end
private
def uninitialized_constant(qualified_name, const_name, receiver:)
NameError.new("uninitialized constant #{qualified_name}", const_name, receiver: receiver)
end
# Returns the original name of a class or module even if `name` has been
# overridden.
def real_mod_name(mod)