There's no documentation for this item.
Source Code
# File active_support/dependencies.rb, line 488 def load(file, *extras) #:nodoc: Dependencies.new_constants_in(Object) { super(file, *extras) } rescue Exception => exception # errors from loading file exception.blame_file! file raise end
<code/>and<pre/>for code samples.