Libraries
»
inspec
(1.50.1)
»
Index
»
Inspec
»
EachLoop
»
#negate!
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