Method: Inspec::EachLoop#negate!

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

#negate!Object



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

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