# File lib/active_support/hash_with_indifferent_access.rb, line 131
    def to_hash
      Hash.new(default).merge!(self)
    end