Sha256: 8050655c4241d58f1a1d3fb26e32bd723d1a2b608df66d34e6dde4264acf66fb
Contents?: true
Size: 320 Bytes
Versions: 35
Compression:
Stored size: 320 Bytes
Contents
module Perus::Pinger class RunInstalledCommand < Command description 'Run the command specified with "path". Valid values for "path" are contained in the pinger config file.' option :path, restricted: true def run shell(options.path) end end end
Version data entries
35 entries across 35 versions & 1 rubygems