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