# File lib/active_support/core_ext/hash/keys.rb, line 17
  def symbolize_keys
    dup.symbolize_keys!
  end