# File lib/bson/support/hash_with_indifferent_access.rb, line 107
    def fetch(key, *extras)
      super(convert_key(key), *extras)
    end