Method: Inspec::EachLoop#negate!

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

#negate!Object



19
20
21
# File 'lib/inspec/objects/each_loop.rb', line 19

def negate!
  @tests.each(&:negate!)
end