class Proxy::Probing::Actions::CommandRunner

Public Class Methods

new(*command) click to toggle source
Calls superclass method
# File lib/smart-proxy-probing/actions/use_probe.rb, line 7
def initialize(*command)
  super
  @command = command
end

Public Instance Methods

start() click to toggle source
# File lib/smart-proxy-probing/actions/use_probe.rb, line 12
def start
  initialize_command(*@command)
end