aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/hash/keys.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/core_ext/hash/keys.rb')
-rw-r--r--activesupport/lib/core_ext/hash/keys.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/core_ext/hash/keys.rb b/activesupport/lib/core_ext/hash/keys.rb
index 536995dd71..4dd982337c 100644
--- a/activesupport/lib/core_ext/hash/keys.rb
+++ b/activesupport/lib/core_ext/hash/keys.rb
@@ -2,7 +2,6 @@ module ActiveSupport #:nodoc:
module CoreExtensions #:nodoc:
module Hash #:nodoc:
module Keys
-
# Return a new hash with all keys converted to symbols.
def symbolize_keys
inject({}) do |options, (key, value)|