Sha256: 0a438e333470679b09438cf7563ab7cba991ef6990cfabd5faebaedb00bf6a87
Contents?: true
Size: 251 Bytes
Versions: 168
Compression:
Stored size: 251 Bytes
Contents
class Leap { Leap(Integer year) { throw new UnsupportedOperationException('Constructor implementation is missing') } def isLeapYear() { throw new UnsupportedOperationException('Method implementation is missing') } }
Version data entries
168 entries across 168 versions & 1 rubygems