method
load_once_path?
load_once_path?(path)
public
Hide source
# File activesupport/lib/active_support/dependencies.rb, line 422 def load_once_path?(path) autoload_once_paths.any? { |base| path.starts_with? base } end


