# File lib/dm-core/support/mash.rb, line 76
    def fetch(key, *extras)
      super(convert_key(key), *extras)
    end