Sha256: 700db395731097ddde2937aca9537265d019396d444cf5c389a8eacce8c993ce
Contents?: true
Size: 387 Bytes
Versions: 188
Compression:
Stored size: 387 Bytes
Contents
using System; using System.Collections.Generic; public class Allergies { public Allergies(int mask) { } public bool IsAllergicTo(string allergy) { throw new NotImplementedException("You need to implement this function."); } public IList<string> List() { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
188 entries across 188 versions & 1 rubygems