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