Method: Inspec::ExpectationTarget#not_to

Defined in:
lib/inspec/rule.rb

#not_to(*args, &block) ⇒ Object



23
24
25
# File 'lib/inspec/rule.rb', line 23

def not_to(*args, &block)
  @calls.push([:not_to, args, block, caller])
end