aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-03-20 09:58:42 -0700
committerPrem Sichanugrist <s@sikac.hu>2013-02-24 16:32:25 -0500
commit7cc26fd15e27c4a13705a844538bebfdd0461729 (patch)
tree58b878607b9e3e1e77155530e6f33a7570d5b375 /activesupport/lib/active_support/core_ext/hash/indifferent_access.rb
parent45e9cac12ca99a51ef10e5ee423a6712818ae145 (diff)
downloadrails-7cc26fd15e27c4a13705a844538bebfdd0461729.tar.gz
rails-7cc26fd15e27c4a13705a844538bebfdd0461729.tar.bz2
rails-7cc26fd15e27c4a13705a844538bebfdd0461729.zip
search private and protected methods for convert_key
Diffstat (limited to 'activesupport/lib/active_support/core_ext/hash/indifferent_access.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/hash/indifferent_access.rb1
1 files changed, 0 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 7d54c9fae6..e5042c6c18 100644
--- a/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb
+++ b/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb
@@ -1,7 +1,6 @@
require 'active_support/hash_with_indifferent_access'
class Hash
-
# Returns an <tt>ActiveSupport::HashWithIndifferentAccess</tt> out of its receiver:
#
# {:a => 1}.with_indifferent_access["a"] # => 1