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