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

Version Path
trackler-2.2.1.180 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.179 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.178 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.177 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.176 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.175 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.174 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.173 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.172 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.171 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.170 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.169 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.167 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.166 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.165 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.164 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.163 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.162 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.161 tracks/groovy/exercises/leap/Leap.groovy
trackler-2.2.1.160 tracks/groovy/exercises/leap/Leap.groovy