Sha256: 5ca5b623f2f4ebbad54773ff63210d93a6506a551bbc2a1f20374471a3520ef4
Contents?: true
Size: 241 Bytes
Versions: 31
Compression:
Stored size: 241 Bytes
Contents
module Veewee module Provider module Parallels module BoxCommand def poweroff(options={}) command="prlctl stop '#{self.name}' --kill" shell_exec("#{command}") end end end end end
Version data entries
31 entries across 31 versions & 2 rubygems