# File lib/puppet/application/kick.rb, line 40
40:   def run_command
41:     @hosts += command_line.args
42:     options[:test] ? test : main
43:   end