Sha256: ede4a6256256a9f39a76e41b0361f5e12a95ae9463b8f7cd7e7d2cb093002620
Contents?: true
Size: 385 Bytes
Versions: 93
Compression:
Stored size: 385 Bytes
Contents
using System; using System.Collections.Generic; public class Allergies { public Allergies(int mask) { } public bool AllergicTo(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
93 entries across 93 versions & 1 rubygems