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