module ActiveSupport::Dependencies

def self.eager_load?(path)

Private method that helps configuring the autoloaders.
def self.eager_load?(path)
  _eager_load_paths.member?(path)
end