Sha256: 5a3868d2c5e34eca751326d4f4cbb70ccd8d32e4c51329234e268922a92bf34c
Contents?: true
Size: 156 Bytes
Versions: 66
Compression:
Stored size: 156 Bytes
Contents
class HelloWorld let hello: String new create() => hello = "Hello, " fun say_hello(who: String = "World"): String => hello.add(who + "!")
Version data entries
66 entries across 66 versions & 1 rubygems