Sha256: 61dd5bfb17c677486c5f1446d38b2b4bf38374b4f05ee4a1f00b8a7316b23ca4
Contents?: true
Size: 230 Bytes
Versions: 388
Compression:
Stored size: 230 Bytes
Contents
import unittest import helloworld test "no name": check helloworld() == "Hello, World!" test "sample name": check helloworld("Alice") == "Hello, Alice!" test "other sample name": check helloworld("Bob") == "Hello, Bob!"
Version data entries
388 entries across 388 versions & 1 rubygems