Sha256: 9228fcbefc23e4c92484353b727c8cda344773018b219fddcdeb4783367147ed
Contents?: true
Size: 169 Bytes
Versions: 101
Compression:
Stored size: 169 Bytes
Contents
local hello_world = {} function hello_world.hello( name ) if not name or name == '' then name = 'world' end return 'Hello, ' .. name .. '!' end return hello_world
Version data entries
101 entries across 101 versions & 1 rubygems