Method: Inspec::Describe::Test#negate!

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

#negate!Object



9
10
11
# File 'lib/inspec/objects/describe.rb', line 9

def negate!
  self.negated = !negated
end