Sha256: 67f6e36646878d326a92871c5c20b44eb3c6c173b4070ab61c05a759ee877e6b
Contents?: true
Size: 135 Bytes
Versions: 23
Compression:
Stored size: 135 Bytes
Contents
class MyScript < ::Process::Naf::Application opt :thing, default: "world" def work logger.info("Hello #{@thing}!") end end
Version data entries
23 entries across 23 versions & 1 rubygems