Method: Inspec::EachLoop#initialize
- Defined in:
- lib/inspec/objects/each_loop.rb
#initialize ⇒ EachLoop
Returns a new instance of EachLoop.
7 8 9 10 11 |
# File 'lib/inspec/objects/each_loop.rb', line 7 def initialize super @tests = [] @variables = [] end |