Sha256: 92e7d43afaa7ac8d656ecd8afb72b1284a4377380be1ea6adc9641f33d64e6cf
Contents?: true
Size: 80 Bytes
Versions: 21
Compression:
Stored size: 80 Bytes
Contents
class ShellCommands def kill_process(pid) spawn("kill #{pid}") end end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
optimus-runner-0.2.0 | lib/optimus-runner/commands/ShellCommands.rb |