Sha256: 9d96db9743c655d35e8612007d9a405d2a259522e7185af4ea9161585586b74e
Contents?: true
Size: 482 Bytes
Versions: 124
Compression:
Stored size: 482 Bytes
Contents
#`( This is a 'stub' file. It's a little start on your solution. It is not a complete solution though; you will have to write some code. The ':ver<>' adverb defines the version of a module or class. The version is checked in the test suite to ensure the exercise and test suite line up. If the test is updated, it will indicate to others who test your code that some tests may no longer pass. ) unit module HelloWorld:ver<2>; sub hello is export { 'Hello, World!' }
Version data entries
124 entries across 124 versions & 1 rubygems