eager_load?(path)
Private method that helps configuring the autoloaders.
# File activesupport/lib/active_support/dependencies.rb, line 94 def self.eager_load?(path) _eager_load_paths.member?(path) end