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/hash/indifferent_access.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext/hash') diff --git a/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb b/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb index 92653171f9..d818d86a09 100644 --- a/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb +++ b/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb @@ -50,7 +50,7 @@ end module ActiveSupport #:nodoc: module CoreExtensions #:nodoc: module Hash #:nodoc: - module IndifferentAccess + module IndifferentAccess #:nodoc: def with_indifferent_access HashWithIndifferentAccess.new(self) end -- cgit v1.2.3