Sha256: 40baa1a3806291c438b4dba0b905bf8aaff4e407c427024892f5b2fa70bee7af
Contents?: true
Size: 478 Bytes
Versions: 185
Compression:
Stored size: 478 Bytes
Contents
class TwelveDays { String verse(int verseNumber) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } String verses(int startVerse, int endVerse) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } String sing() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }
Version data entries
185 entries across 185 versions & 1 rubygems