# File lib/active_support/hash_with_indifferent_access.rb, line 93
    def fetch(key, *extras)
      super(convert_key(key), *extras)
    end