# File lib/active_support/core_ext/hash/indifferent_access.rb, line 9
  def with_indifferent_access
    ActiveSupport::HashWithIndifferentAccess.new_from_hash_copying_default(self)
  end