Method: ChefDK::Command::Verify#initialize
- Defined in:
- lib/chef-dk/command/verify.rb
#initialize ⇒ Verify
Returns a new instance of Verify.
304 305 306 307 308 309 |
# File 'lib/chef-dk/command/verify.rb', line 304 def initialize super @verification_threads = [ ] @verification_results = [ ] @verification_status = 0 end |