Method: Inspec::EachLoop#negate!

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

#negate!Object



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

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