Sha256: 7e4d14c2f3178cc784270ccf21894e266cfd3d62ba1f8377461a562e531a8a4b
Contents?: true
Size: 243 Bytes
Versions: 8
Compression:
Stored size: 243 Bytes
Contents
module Pione module Tuple # CommandTuple represents signals for PIONE system. class CommandTuple < BasicTuple # type : command string, currently "terminate" only define_format [:command, :name, :args] end end end
Version data entries
8 entries across 8 versions & 1 rubygems