Sha256: f57b36ed349f669343b3f4b511a945773939c9ceccea7920f586fb19eb158df8
Contents?: true
Size: 201 Bytes
Versions: 7
Compression:
Stored size: 201 Bytes
Contents
class HelloWorld < Marvin::CommandHandler exposes :hello desc "Says hello to you (with the current pid!)" def hello(data) reply "Hola from process with pid #{Process.pid}!" end end
Version data entries
7 entries across 7 versions & 2 rubygems