There's no documentation for this item.
# File active_support/dependencies.rb, line 171 def load_once_path?(path) load_once_paths.any? { |base| path.starts_with? base } end
<code/>
<pre/>
<code/>and<pre/>for code samples.