# File lib/puppet/application/kick.rb, line 145 145: def initialize(*args) 146: super 147: @hosts = [] 148: @classes = [] 149: @tags = [] 150: end