Method: Inspec::Test#negate!

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

#negate!Object



14
15
16
# File 'lib/inspec/objects/test.rb', line 14

def negate!
  @negated = !@negated
end