Method: Inspec::EachLoop#initialize

Defined in:
lib/inspec/objects/each_loop.rb

#initializeEachLoop



10
11
12
13
14
15
16
# File 'lib/inspec/objects/each_loop.rb', line 10

def initialize
  super
  @tests = []
  @variables = []

  Inspec.deprecate(:object_classes, "The Inspec::EachLoop class is deprecated. Use the Inspec::Object::EachLoop class from the inspec-objects Ruby library.")
end