# File lib/hashie/mash.rb, line 120
    def fetch(key, *args)
      super(convert_key(key), *args)
    end