Method: Inspec::OrTest#negate!

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

#negate!Object



15
16
17
# File 'lib/inspec/objects/or_test.rb', line 15

def negate!
  @negated = !@negated
end