From dc8989a42561e395b90b3113c2cd889e39087ec0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 6 Jul 2005 10:43:42 +0000 Subject: Fixed documentation for release (AS) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1735 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/load_error.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'activesupport/lib/active_support/core_ext/load_error.rb') diff --git a/activesupport/lib/active_support/core_ext/load_error.rb b/activesupport/lib/active_support/core_ext/load_error.rb index a04c4215d4..fac4639eed 100644 --- a/activesupport/lib/active_support/core_ext/load_error.rb +++ b/activesupport/lib/active_support/core_ext/load_error.rb @@ -1,4 +1,4 @@ -class MissingSourceFile < LoadError +class MissingSourceFile < LoadError #:nodoc: attr_reader :path def initialize(message, path) super(message) @@ -24,10 +24,10 @@ class MissingSourceFile < LoadError ] end -module ActiveSupport - module CoreExtensions - module LoadErrorExtensions - module LoadErrorClassMethods +module ActiveSupport #:nodoc: + module CoreExtensions #:nodoc: + module LoadErrorExtensions #:nodoc: + module LoadErrorClassMethods #:nodoc: def new(*args) (self == LoadError && MissingSourceFile.from_message(args.first)) || super end -- cgit v1.2.3