aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 10:43:42 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 10:43:42 +0000
commitdc8989a42561e395b90b3113c2cd889e39087ec0 (patch)
tree8cf0e425735bd79f284cfbd71922c2419abdfa1d /activesupport/lib/active_support/core_ext/hash
parent169eb781f1e1440bf8196a50d6b113a82707ed43 (diff)
downloadrails-dc8989a42561e395b90b3113c2cd889e39087ec0.tar.gz
rails-dc8989a42561e395b90b3113c2cd889e39087ec0.tar.bz2
rails-dc8989a42561e395b90b3113c2cd889e39087ec0.zip
Fixed documentation for release (AS)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1735 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/core_ext/hash')
-rw-r--r--activesupport/lib/active_support/core_ext/hash/indifferent_access.rb2
1 files changed, 1 insertions, 1 deletions
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