# File lib/ice_cube/flexible_hash.rb, line 21
    def delete(key)
      key = _match_key(key)
      super
    end