Sha256: 54b916ecf062eb837f0315c2c94c3113404cc3e0abdd225d15c86701c2f5b82c
Contents?: true
Size: 222 Bytes
Versions: 10
Compression:
Stored size: 222 Bytes
Contents
Output to terminal: puts("Hello world!"); Without the newline terminator: puts(nonewline: "Hello world!"); Output to arbitrary open, writable file, for example the standard error channel: puts(stderr, "Hello world!");
Version data entries
10 entries across 7 versions & 1 rubygems