# File lib/polyglot.rb, line 63 63: def require(*a, &b) 64: polyglot_original_require(*a, &b) 65: rescue LoadError => load_error 66: begin 67: Polyglot.load(*a, &b) 68: rescue Polyglot::NestedLoadError => e 69: e.reraise 70: rescue LoadError 71: # Raise the original exception, possibly a MissingSourceFile with a path 72: raise load_error 73: end 74: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.