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