# File lib/hashie/mash.rb, line 94
    def delete(key)
      super(convert_key(key))
    end