Sha256: 23e423762280b484001dd2d32759a8664b4dc592e8e8bc93375497ea2e407e49
Contents?: true
Size: 1.39 KB
Versions: 229
Compression:
Stored size: 1.39 KB
Contents
class SpaceAge { SpaceAge(double seconds) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } double getSeconds() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } double onEarth() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } double onMercury() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } double onVenus() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } double onMars() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } double onJupiter() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } double onSaturn() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } double onUranus() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } double onNeptune() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }
Version data entries
229 entries across 229 versions & 1 rubygems